src/gaim-client.h

Mon, 23 Jan 2006 08:08:33 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 23 Jan 2006 08:08:33 +0000
changeset 13015
79ca1e6153bd
parent 12627
fa4c64a821d2
permissions
-rw-r--r--

[gaim-migrate @ 15368]
Alright, no beta tonight, I need sleep :-( We'll do it soon.

Here's my implementation for connection error reporting. It's currently
ugly, but I think you'll get the idea. Is this acceptable to people?
I might not have a lot of time to finish this up on Monday.

#ifndef _GAIM_CLIENT_H_INCLUDED_
#define _GAIM_CLIENT_H_INCLUDED_

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

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif

mercurial