view libpurple/purple-client.h @ 24612:1f9700b825a4

Sadrul pointed out that I'm less than bright today and let a // comment slip in.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 07 Dec 2008 02:36:57 +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