diff --git a/src/common/libremoteio.h b/src/common/libremoteio.h --- a/src/common/libremoteio.h +++ b/src/common/libremoteio.h @@ -33,9 +33,9 @@ enum remoteio_method #ifndef WINDOWS REMOTEIO_METHOD_UNIX = 1, #endif - /* REMOTEIO_METHOD_TCP */ /*< someday, maybe */ - /* REMOETIO_METHOD_XMLRPC */ /*< again, maybe someday */ - REMOTEIO_METHOD_MAX = 2 /*< This is a number used to check the consitency of remoteio_server structs */ + REMOTEIO_METHOD_TCP = 2, + /* REMOETIO_METHOD_XMLRPC */ /*< maybe someday */ + REMOTEIO_METHOD_MAX = 3 /*< This is a number used to check the consitency of remoteio_server structs */ }; struct remoteio_server