Mercurial > pidgin
view libpurple/purple-client.h @ 22209:a0d3cabfdee0
Make autogen.sh return a non-zero exit code when it fails so that
./autogen.sh && make
does the right thing.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 25 Jan 2008 20:43:15 +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