notify/notify.h: changed the api abit.
This commit is contained in:
parent
7106d9aa5e
commit
3e4723aa06
3 changed files with 3 additions and 5 deletions
|
|
@ -180,7 +180,7 @@ int notify_init() {
|
|||
return 1;
|
||||
}
|
||||
|
||||
void notify_cleanup() {
|
||||
void notify_exit() {
|
||||
|
||||
fd = 0;
|
||||
|
||||
|
|
|
|||
Reference in a new issue