Mercurial > pidgin
view libpurple/purple-client.h @ 23963:d64673562530
Verify monotone tag and workspace version on 'make packages'.
This should be expanded to check other version strings, as well (e.g.,
NEWS and ChangeLog*) when people get the chance.
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Mon, 25 Aug 2008 03:09:33 +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