diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-10-15 21:53:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-10-15 21:53:30 +0000 |
commit | c695c0c085ea7a603f740479eccdc2cf7836e626 (patch) | |
tree | 8825d80dde1f589f8193a2dc05497e25905c943b /cmd-list-clients.c | |
parent | 6589120667587f2d5c6f59f9faf4bda584a9f602 (diff) | |
download | rtmux-c695c0c085ea7a603f740479eccdc2cf7836e626.tar.gz rtmux-c695c0c085ea7a603f740479eccdc2cf7836e626.tar.bz2 rtmux-c695c0c085ea7a603f740479eccdc2cf7836e626.zip |
Fix some function prototypes from Helmut Tessarek.
Diffstat (limited to 'cmd-list-clients.c')
-rw-r--r-- | cmd-list-clients.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-list-clients.c b/cmd-list-clients.c index ba479689..92d25a9d 100644 --- a/cmd-list-clients.c +++ b/cmd-list-clients.c @@ -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", |