diff options
Diffstat (limited to 'libwmc/src/commands.h')
-rw-r--r-- | libwmc/src/commands.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libwmc/src/commands.h b/libwmc/src/commands.h index dba839b5..60ecdac0 100644 --- a/libwmc/src/commands.h +++ b/libwmc/src/commands.h @@ -24,6 +24,11 @@ /* Generic enums */ +/**********************************************************************/ + +size_t wmc_cmd_init_new (char *buf, size_t buflen, int wmc2); + +WmcResult * wmc_cmd_init_result (const char *buf, size_t len, int wmc2); /**********************************************************************/ |