view libpurple/purple-client.h @ 28810:328a7ff06110

Use the od->icq boolean in a few places where we were calling oscar_util_valid_name_icq() on our own username
author Mark Doliner <mark@kingant.net>
date Mon, 21 Dec 2009 09:57:06 +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