Mercurial > pidgin
view libpurple/purple-client.h @ 21340:6c4de0d24eff
Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to
7620a822ab493396a6f651113857f1c5821e3ec1 to revert start of the hinting
changes. This was necessary to get around some merges and propagates, as
disapprove can't be used on revisions with more than one parent.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 16 Nov 2007 22:42:59 +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