diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-26 18:09:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-26 18:09:23 +0000 |
commit | 302a35da85c223aae29b4d356787ee492c9b56d7 (patch) | |
tree | 3f9988645f29cad5e427e00bc29e4edbcaf60239 /client-cmd.c | |
parent | 65eeb7e421718e248790d858792fd820aabbdbe6 (diff) | |
download | rtmux-302a35da85c223aae29b4d356787ee492c9b56d7.tar.gz rtmux-302a35da85c223aae29b4d356787ee492c9b56d7.tar.bz2 rtmux-302a35da85c223aae29b4d356787ee492c9b56d7.zip |
Server function naming, still not happy with server stuff though.
Diffstat (limited to 'client-cmd.c')
-rw-r--r-- | client-cmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client-cmd.c b/client-cmd.c index 998fee2c..6749ca3a 100644 --- a/client-cmd.c +++ b/client-cmd.c @@ -1,4 +1,4 @@ -/* $Id: client-cmd.c,v 1.1 2007-09-26 13:43:14 nicm Exp $ */ +/* $Id: client-cmd.c,v 1.2 2007-09-26 18:09:23 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -62,7 +62,6 @@ struct cmd client_cmd_table[] = { }; #define NCLIENTCMD (sizeof client_cmd_table / sizeof client_cmd_table[0]) -/* Dispatch to a command. */ int client_cmd_dispatch(int key, struct client_ctx *cctx, const char **error) { |