view console/gntprefs.h @ 14248:4975f529d909

[gaim-migrate @ 16930] And this needs to be done before calling gaim_connection_error(). The IRC PPRL should only free the sslconn if the connection is canceled half-way through, or if the connection has completed and the user signs offline. If the connection fails normally then sslconn.c is responsible for destroying the sslconn. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 02:05:55 +0000
parents c65ed4f6eea8
children 81650a27f253
line wrap: on
line source

#ifndef _GNT_PREFS_H
#define _GNT_PREFS_H

void gg_prefs_init(void);

void gg_prefs_show_all(void);

#endif