view libpurple/purple-client.h @ 20435:f0bc92602072

Parse the message timestamp using purple_str_to_time. I haven't been able to test this yet, it may need some timezone/dst offsets fixing.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 26 May 2007 15:44:48 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif