From f222b19158a91b121af29a6a8eb5d74aa591078a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 7 Apr 2006 01:43:44 +0000 Subject: Code cleanup: Remove all references to PARAMS() & ansi2knr. --- commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index a0a7c5c..053aac2 100644 --- a/commands.c +++ b/commands.c @@ -33,10 +33,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ # define FILE_LIST_SEPARATOR ' ' #endif -extern int remote_kill PARAMS ((int id, int sig)); +int remote_kill (int id, int sig); #ifndef HAVE_UNISTD_H -extern int getpid (); +int getpid (); #endif /* Set FILE's automatic variables up. */ -- cgit v1.2.3