mcabber/src/hooks.h
changeset 1425 b0cfd9ab4b9f
parent 1398 f8321420ed7a
child 1484 7b36b91a4388
equal deleted inserted replaced
1424:bb1cc8902d0e 1425:b0cfd9ab4b9f
     3 
     3 
     4 #include <time.h>
     4 #include <time.h>
     5 #include "jabglue.h"
     5 #include "jabglue.h"
     6 
     6 
     7 
     7 
       
     8 void hk_mainloop(void);
     8 void hk_message_in(const char *bjid, const char *resname,
     9 void hk_message_in(const char *bjid, const char *resname,
     9                           time_t timestamp, const char *msg, const char *type,
    10                           time_t timestamp, const char *msg, const char *type,
    10                           guint encrypted);
    11                           guint encrypted);
    11 void hk_message_out(const char *bjid, const char *nickname,
    12 void hk_message_out(const char *bjid, const char *nickname,
    12                            time_t timestamp, const char *msg, guint encrypted);
    13                            time_t timestamp, const char *msg, guint encrypted);