view console/gntconn.h @ 14296:8342b39f975b

[gaim-migrate @ 16986] I got a patch from Ian Goldberg about a year ago to let plugins tweak XML packets as they were sent or received I finally tweaked it the way I wanted it, and here it is. If it sucks, blame me, otherwise give him credit committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 22 Aug 2006 19:43:30 +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