Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 27518:739f57076303
keep the compiler happy:
google.c: In function ¡Æjabber_google_roster_add_deny¡Ç:
google.c:1065: warning: suggest parentheses around operand of ¡Æ!¡Ç or change ¡Æ&¡Ç to ¡Æ&&¡Ç or ¡Æ!¡Ç to ¡Æ~¡Ç
google.c: In function ¡Æjabber_google_roster_rem_deny¡Ç:
google.c:1135: warning: suggest parentheses around operand of ¡Æ!¡Ç or change ¡Æ&¡Ç to ¡Æ&&¡Ç or ¡Æ!¡Ç to ¡Æ~¡Ç
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 10 Jul 2009 01:30:21 +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