gntconn.h

Go to the documentation of this file.
00001 
00025 #ifndef _GNT_CONN_H
00026 #define _GNT_CONN_H
00027 
00028 #include "connection.h"
00029 
00030 /**********************************************************************
00031  * @name GNT Connection API
00032  **********************************************************************/
00040 PurpleConnectionUiOps *finch_connections_get_ui_ops(void);
00041 
00045 void finch_connections_init(void);
00046 
00050 void finch_connections_uninit(void);
00051 
00054 #endif