X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmds.h;h=4b107ea225e82fd1199008ea57994fdc66ca14bc;hb=93ceaf9acab2144f302022f0467261b3c6212c1e;hp=659524da7c14ef72ca005cc76ba0cb7c57d0d21f;hpb=f736b3160344a3dee01983498510ad4fe9d2549a;p=betaftpd diff --git a/cmds.h b/cmds.h index 659524d..4b107ea 100644 --- a/cmds.h +++ b/cmds.h @@ -2,7 +2,7 @@ Copyright (C) 1999-2000 Steinar H. Gunderson This program is is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License, version 2 if the + it under the terms of the GNU General Public License, version 2 of the License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, @@ -54,7 +54,7 @@ } #endif -#define CMD_PROTO(cmd) int cmd_ ## cmd ## (struct conn * const c) +#define CMD_PROTO(cmd) int cmd_ ## cmd (struct conn * const c) int do_chdir(struct conn * const c, const char * const newd); CMD_PROTO(user);