Headers update
authorMyhailo Danylenko <isbear@ukrpost.net>
Fri, 23 Oct 2009 13:13:50 +0300
changeset 82 546ee60a3b91
parent 81 9008e2daa1b1
child 83 794e54ea1022
Headers update
include/hgcset.h
include/hooks.h
--- a/include/hgcset.h	Thu Oct 15 11:07:23 2009 +0300
+++ b/include/hgcset.h	Fri Oct 23 13:13:50 2009 +0300
@@ -1,1 +1,1 @@
-#define HGCSET "52b63087f421+"
+#define HGCSET "8606f79e2c05+"
--- a/include/hooks.h	Thu Oct 15 11:07:23 2009 +0300
+++ b/include/hooks.h	Fri Oct 23 13:13:50 2009 +0300
@@ -18,6 +18,7 @@
 #define HOOK_STATUS_CHANGE    ( 0x00000004 )
 #define HOOK_MY_STATUS_CHANGE ( 0x00000008 )
 #define HOOK_INTERNAL         ( 0x00000010 )
+#define HOOK_UNREAD_MESSAGES  ( 0x00000020 )
 
 typedef struct {
   const char *name;
@@ -43,12 +44,10 @@
 void hk_mystatuschange(time_t timestamp,
                               enum imstatus old_status,
                               enum imstatus new_status, const char *msg);
+void hk_unreadmessages(guint count);
 
 void hook_execute_internal(const char *hookname);
 
-void hk_ext_cmd_init(const char *command);
-void hk_ext_cmd(const char *bjid, guchar type, guchar info, const char *data);
-
 #endif /* __HOOKS_H__ */
 
 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */