mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 14:42:08 +02:00
9 lines
196 B
C
9 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
|