view libpurple/purple-client.h @ 30423:cc75490da0e3

Explicitly set the icon for Windows' Add/Remove Programs. This should show up better on Windows 7 now.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 23 Aug 2010 01:18:12 +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