comparison console/gntnotify.h @ 14198:c65ed4f6eea8

[gaim-migrate @ 16870] Do the right thing: remove the compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 19 Aug 2006 03:38:23 +0000
parents 841a5ffbfee4
children 81650a27f253
comparison
equal deleted inserted replaced
14197:f1270dc1d9d2 14198:c65ed4f6eea8
1 #ifndef _GNT_NOTIFY_H
2 #define _GNT_NOTIFY_H
3
1 #include "notify.h" 4 #include "notify.h"
2 5
3 GaimNotifyUiOps *gg_notify_get_ui_ops(); 6 GaimNotifyUiOps *gg_notify_get_ui_ops(void);
4 7
5 void gg_notify_init(); 8 void gg_notify_init(void);
6 9
7 void gg_notify_uninit(); 10 void gg_notify_uninit(void);
8 11
12 #endif
13