Added GM_NET_STATE_END

This commit is contained in:
Jesse van den Kieboom 2006-03-23 20:31:57 +00:00
parent 53c9403298
commit 8caeab6b9c
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ typedef enum _GmNetState {
GM_NET_STATE_DISCONNECTED, /**< socket disconnected */
GM_NET_STATE_CONNECTING, /**< socket still connecting */
GM_NET_STATE_TRY_ADDRESS, /**< connecting to address */
GM_NET_STATE_DISCONNECTING /**< socket still disconnecting */
GM_NET_STATE_DISCONNECTING, /**< socket still disconnecting */
GM_NET_STATE_END
} GmNetState;
typedef enum _GmNetError {