view libpurple/purple-client.h @ 27936:703b20fa6c5c

g_strncasecmp is deprecated. I thought I removed these already. Anyway, I think these should be good as ASCII.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 18 Aug 2009 04:34:30 +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