Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 25445:c9f179cfffaa
Ignore the Forward List status bit when checking if user is on the Allow
and Block lists at the same time.
References #6702.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 03 Mar 2009 05:11: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