view libpurple/purple-client.h @ 32529:28b741b2fc1d

Call aim_ssi_cleanlist from within the feedbag code. Just want to make this function call more required, because I want the liboscar buddy list code to be able to assume that the list is "clean"
author Mark Doliner <mark@kingant.net>
date Sun, 19 Feb 2012 01:27:00 +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