view libpurple/purple-client.h @ 17872:81d42bfe31fa

I think this will fix the problem that elb had where bonjour (and probably other accounts too) were signing on initially when -n was specified.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 14 Jun 2007 19:32:06 +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