1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00
irssi/src/irc/notifylist/notify-setup.h

10 lines
196 B
C
Raw Normal View History

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