view console/gntconn.h @ 14306:a8a0b10be4fb

[gaim-migrate @ 16996] I am still shooting in the dark, but this may fix Luke's crashes for real. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Aug 2006 05:16:40 +0000
parents c65ed4f6eea8
children 81650a27f253
line wrap: on
line source

#ifndef _GNT_CONN_H
#define _GNT_CONN_H

#include "connection.h"

GaimConnectionUiOps *gg_connections_get_ui_ops(void);

void gg_connections_init(void);

void gg_connections_uninit(void);

#endif