diff src/log.h @ 5944:158196b2db19

[gaim-migrate @ 6385] Added #ifdef __cplusplus lines so that things will link right with C++. Also added some doxygen comment blocks that didn't previously exist. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 23 Jun 2003 06:40:13 +0000
parents 91ee71a394be
children 0c5637b5462e
line wrap: on
line diff
--- a/src/log.h	Mon Jun 23 02:00:15 2003 +0000
+++ b/src/log.h	Mon Jun 23 06:40:13 2003 +0000
@@ -50,6 +50,10 @@
         struct log_conversation *next;
 };
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern GList *log_conversations;
 
 FILE *open_log_file (const char *, int);
@@ -59,4 +63,8 @@
 void update_log_convs();
 char *html_logize(const char *p);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _GAIM_LOG_H_ */