| 40 |
40 |
| 41 GHashTable *async; |
41 GHashTable *async; |
| 42 GHashTable *fallback; |
42 GHashTable *fallback; |
| 43 }; |
43 }; |
| 44 |
44 |
| 45 MsnTable *msn_table_new(); |
45 MsnTable *msn_table_new(void); |
| 46 void msn_table_destroy(MsnTable *table); |
46 void msn_table_destroy(MsnTable *table); |
| 47 |
47 |
| 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); |