view libpurple/purple-client.h @ 16154:fce68761da8c

Sort smiley themes case-insensitively because I think that's what normal humans expect. I don't know, what do you guys think? Polling developers about this is not a good sample set.
author Mark Doliner <mark@kingant.net>
date Sun, 15 Apr 2007 18:52:28 +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