| 14259:9e8daf211e10 | 14260:a21577fbb4d2 |
|---|---|
| 1 #ifndef _GNT_CONV_H | |
| 2 #define _GNT_CONV_H | |
| 3 | |
| 1 #include "conversation.h" | 4 #include "conversation.h" |
| 2 | 5 |
| 3 GaimConversationUiOps *gg_conv_get_ui_ops(); | 6 GaimConversationUiOps *gg_conv_get_ui_ops(void); |
| 4 | 7 |
| 5 void gg_conversation_init(); | 8 void gg_conversation_init(void); |
| 6 | 9 |
| 7 void gg_conversation_uninit(); | 10 void gg_conversation_uninit(void); |
| 11 | |
| 12 #endif |