1
0
mirror of https://github.com/irssi/irssi.git synced 2025-04-18 00:42:58 -04:00
irssi/src/irc/notifylist/notify-setup.h
2019-05-01 22:22:22 +02:00

10 lines
234 B
C

#ifndef IRSSI_IRC_NOTIFYLIST_NOTIFY_SETUP_H
#define IRSSI_IRC_NOTIFYLIST_NOTIFY_SETUP_H
void notifylist_add_config(NOTIFYLIST_REC *rec);
void notifylist_remove_config(NOTIFYLIST_REC *rec);
void notifylist_read_config(void);
#endif