mcabber/src/hooks.h
changeset 113 8ac67e951eab
child 116 1e7e59775f12
equal deleted inserted replaced
112:edb5591e2e64 113:8ac67e951eab
       
     1 #ifndef __HOOKS_H__
       
     2 #define __HOOKS_H__ 1
       
     3 
       
     4 #include <time.h>
       
     5 #include "jabglue.h"
       
     6 
       
     7 
       
     8 inline void hk_message_in(const char *jid, time_t timestamp, const char *msg);
       
     9 inline void hk_message_out(const char *jid, time_t timestamp, const char *msg);
       
    10 inline void hk_statuschange(const char *jid, time_t timestamp, 
       
    11         enum imstatus status);
       
    12 
       
    13 #endif /* __HOOKS_H__ */