Mercurial > pidgin
view libpurple/purple-client.h @ 22748:7291da73b054
This should have been a variable expansion so that autogen.args could be
changed without having to change it in more than one place.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 26 Apr 2008 17:47:05 +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