view libpurple/purple-client.h @ 23191:849c3d109a38

Use purple_core_quit() in the sighandler instead of duplicating part of it. Also, make SIGHUP quit instead of just disconnecting all accounts. This might annoy warmenhoven. ;) Refs #1602
author Richard Laager <rlaager@wiktel.com>
date Mon, 26 May 2008 06:25:13 +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