view libpurple/purple-client.h @ 16591:976a9b4c336a

Part of the patch in ticket #383: For this to work, ciphers need to be init-ed before accounts. I don't think that will break anything, since ciphers don't depend on anything else, but the account-icons do depend on ciphers. committer: Richard Laager <rlaager@wiktel.com>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Apr 2007 18:09:26 +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