extern "C" {
#endif
+#if !defined(__cplusplus)
+typedef int bool;
+#endif
+
+#ifndef TRUE
+#define TRUE 1
+#endif
+
+#ifndef FALSE
+#define FALSE 0
+#endif
+
/* Definition of GSocket */
struct _GSocket
{
bool m_server;
bool m_stream;
bool m_oriented;
+ bool m_establishing;
struct timeval m_timeout;
/* Callbacks */