From 1b69c11c64feae6472f9964f7d92b034ce6e4272 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 24 Aug 1996 23:16:02 +0000 Subject: [PATCH] Remove __P git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@681 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp_var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftp/ftp_var.h b/appl/ftp/ftp/ftp_var.h index f822779d1..4ceada0cb 100644 --- a/appl/ftp/ftp/ftp_var.h +++ b/appl/ftp/ftp/ftp_var.h @@ -111,7 +111,7 @@ struct cmd { char c_bell; /* give bell when command completes */ char c_conn; /* must be connected to use command */ char c_proxy; /* proxy server may execute */ - void (*c_handler) __P((int, char **)); /* function to call */ + void (*c_handler) (int, char **); /* function to call */ }; struct macel {