view libpurple/purple-client.h @ 21444:149f564aa287

Update the FSF address that I missed in my round of updates a couple months ago.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 12 Nov 2007 05:49: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