ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src prefs.h,1.1,1.2


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src prefs.h,1.1,1.2
Date: Sun, 12 Jan 2003 11:34:40 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv1979/src

Modified Files:
        prefs.h 
Log Message:
msn relocation errors


Index: prefs.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/prefs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- prefs.h     3 Jan 2003 23:26:07 -0000       1.1
+++ prefs.h     12 Jan 2003 16:34:38 -0000      1.2
@@ -39,6 +39,10 @@
 void rebuild_import_menu();
 void rebuild_profile_menu();
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #if defined(__MINGW32__) && defined(__IN_PLUGIN__)
 __declspec(dllimport) void *GetPref(char *key);
 #else
@@ -55,5 +59,9 @@
 void rebuild_set_status_menu();
 void save_account_info(char *service, GList *pairs);
 void reload_service_accounts(int service_id);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]