mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
10 lines
196 B
C
10 lines
196 B
C
|
#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
|