]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gsocket.h
wxGTK compilation fixes
[wxWidgets.git] / include / wx / gsocket.h
index 1de9fa618978a1a74203c39b0665026cb61a5f71..19e89e34ed8a8a416800f56ec2513e3e839625aa 100644 (file)
@@ -73,6 +73,13 @@ typedef void (*GSocketFallback)(GSocket *socket, GSocketEvent event,
 extern "C" {
 #endif
 
+/* Global initialisers */
+
+/* GSocket_Init() must be called at the beginning */
+void GSocket_Init();
+/* GSocket_Cleanup() must be called at the ending */
+void GSocket_Cleanup();
+
 /* Constructors / Destructors */
 
 GSocket *GSocket_new();