diff options
Diffstat (limited to 'plugins/YAPP/notify.h')
-rw-r--r-- | plugins/YAPP/notify.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/YAPP/notify.h b/plugins/YAPP/notify.h new file mode 100644 index 0000000000..7f39eb6d65 --- /dev/null +++ b/plugins/YAPP/notify.h @@ -0,0 +1,7 @@ +#ifndef _NOTIFY_IMP_INC
+#define _NOTIFY_IMP_INC
+
+void InitNotify();
+void DeinitNotify();
+
+#endif
|