comparison libpurple/protocols/msn/table.h @ 29373:462cb893521b

Minor header file cleanup. Mostly I wanted to move some enums above some #includes
author Mark Doliner <mark@kingant.net>
date Fri, 05 Feb 2010 22:49:11 +0000
parents 44b4e8bd759b
children 7a0ae0a9d716
comparison
equal deleted inserted replaced
29372:791606778223 29373:462cb893521b
19 * 19 *
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 #ifndef _MSN_TABLE_H_ 24 #ifndef MSN_TABLE_H
25 #define _MSN_TABLE_H_ 25 #define MSN_TABLE_H
26 26
27 typedef struct _MsnTable MsnTable; 27 typedef struct _MsnTable MsnTable;
28 28
29 #include "cmdproc.h" 29 #include "cmdproc.h"
30 #include "transaction.h" 30 #include "transaction.h"
48 void msn_table_add_cmd(MsnTable *table, char *command, char *answer, 48 void msn_table_add_cmd(MsnTable *table, char *command, char *answer,
49 MsnTransCb cb); 49 MsnTransCb cb);
50 void msn_table_add_error(MsnTable *table, char *answer, MsnErrorCb cb); 50 void msn_table_add_error(MsnTable *table, char *answer, MsnErrorCb cb);
51 void msn_table_add_msg_type(MsnTable *table, char *type, MsnMsgTypeCb cb); 51 void msn_table_add_msg_type(MsnTable *table, char *type, MsnMsgTypeCb cb);
52 52
53 #endif /* _MSN_TABLE_H_ */ 53 #endif /* MSN_TABLE_H */