view libpurple/purple-client.h @ 19547:6c726af063c9

Revert jeff2's changes from 2007-08-12. Specifically revision a86eabd31cf08d9b410391ddba7a201bbeb35f9c. The changes were made to the im.pidgin.soc.2007.msimprpl. I'm guessing he checked these in accidentally. It caused a bunch of compile warnings.
author Mark Doliner <mark@kingant.net>
date Thu, 30 Aug 2007 06:45:27 +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