Fix some function prototypes from Helmut Tessarek.

This commit is contained in:
Nicholas Marriott
2012-10-15 21:53:30 +00:00
parent 6589120667
commit c695c0c085
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
* List all clients.
*/
int cmd_list_clients_exec(struct cmd *, struct cmd_ctx *);
enum cmd_retval cmd_list_clients_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_list_clients_entry = {
"list-clients", "lsc",