view mcabber/src/hooks.h @ 114:065d8368c36b

[/trunk] Changeset 128 by mikael * Don't send a keepalive (reset it) when we send a message.
author mikael
date Sun, 24 Apr 2005 20:30:33 +0000
parents 8ac67e951eab
children 1e7e59775f12
line wrap: on
line source

#ifndef __HOOKS_H__
#define __HOOKS_H__ 1

#include <time.h>
#include "jabglue.h"


inline void hk_message_in(const char *jid, time_t timestamp, const char *msg);
inline void hk_message_out(const char *jid, time_t timestamp, const char *msg);
inline void hk_statuschange(const char *jid, time_t timestamp, 
        enum imstatus status);

#endif /* __HOOKS_H__ */