Mercurial > pidgin
view libpurple/purple-client.h @ 24535:a9fdc17304d9
Remove the timer if sess->soap_table is NULL. I don't think this ever
actually happens, but it's cleaner.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 25 Nov 2008 21:35:59 +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