view libpurple/purple-client.h @ 27370:97947f51b221

Change the wording in a connection error message. I'm trying to make these a bit more uniform, and I think this is easier to read. And remove a newline from the end of another connection error message.
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 05:18:34 +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