Mercurial > pidgin
view libpurple/purple-client.h @ 19681:44b4e8bd759b
The FSF changed its address a while ago; our files were out of date.
This is a quick update done with a for loop, find, and sed.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 08 Sep 2007 03:09:35 +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