mirror of
https://github.com/irssi/irssi.git
synced 2025-04-18 00:42:58 -04:00
10 lines
234 B
C
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
|