Remove __P

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@681 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-24 23:16:02 +00:00
parent 6b58bfe30b
commit 1b69c11c64

View File

@@ -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 {