diff options
author | Dan Williams <dcbw@redhat.com> | 2011-11-11 12:20:51 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-11-11 12:21:41 -0600 |
commit | ae3f1cd578e59245a6bff5cfd19f64f0c47f5de9 (patch) | |
tree | 5db2e66c1688643a58567bc97a58048b798b9c20 /libwmc/src/commands.h | |
parent | 83c905837693f095d9e7c1bf9ac56d8290510f45 (diff) |
libwmc: add testcases that talk to the device
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); /**********************************************************************/ |