gntaccount.h

Go to the documentation of this file.
00001 
00025 #ifndef _GNT_ACCOUNT_H
00026 #define _GNT_ACCOUNT_H
00027 
00028 #include "account.h"
00029 
00030 /**********************************************************************
00031  * @name GNT Account API
00032  **********************************************************************/
00040 PurpleAccountUiOps *finch_accounts_get_ui_ops(void);
00041 
00045 void finch_accounts_init(void);
00046 
00050 void finch_accounts_uninit(void);
00051 
00055 void finch_accounts_show_all(void);
00056 
00059 #endif