summaryrefslogtreecommitdiff
path: root/src/irc/notifylist/notifylist.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-04-28 08:07:42 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-04-28 08:07:42 +0000
commita5a66264de2f56c5b1ba00e0228eae61f70d5689 (patch)
tree981b0663ff753f754cd0204b742ea12bff0d5e56 /src/irc/notifylist/notifylist.h
parent9cbf26d5199bdd1f3bd29fb27f181af4b94de02e (diff)
downloadirssi-a5a66264de2f56c5b1ba00e0228eae61f70d5689.zip
Perl working again, better than ever (unless there's bugs :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/notifylist/notifylist.h')
-rw-r--r--src/irc/notifylist/notifylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/notifylist/notifylist.h b/src/irc/notifylist/notifylist.h
index 0d4f3739..65ce4d18 100644
--- a/src/irc/notifylist/notifylist.h
+++ b/src/irc/notifylist/notifylist.h
@@ -27,6 +27,6 @@ int notifylist_ison_server(IRC_SERVER_REC *server, const char *nick);
/* If `ircnet' is "*", it doesn't matter at all. */
NOTIFYLIST_REC *notifylist_find(const char *mask, const char *ircnet);
-int notify_ircnets_match(NOTIFYLIST_REC *rec, const char *ircnet);
+int notifylist_ircnets_match(NOTIFYLIST_REC *rec, const char *ircnet);
#endif