--- liblscp/trunk/lscp/client.h 2006/12/17 00:59:40 975 +++ liblscp/trunk/lscp/client.h 2006/12/17 15:08:35 977 @@ -44,6 +44,7 @@ { char * description; char * version; + char * protocol_version; } lscp_server_info_t; @@ -159,7 +160,7 @@ ); //------------------------------------------------------------------------- -// Client versioning teller fuunction. +// Client versioning teller function. const char * lscp_client_package (void); const char * lscp_client_version (void);