view mcabber/src/hooks.h @ 115:33bff2c57293

[/trunk] Changeset 129 by mikael * Decode UTF-8 before logging message to file.
author mikael
date Sun, 24 Apr 2005 20:50:16 +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__ */