summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.pcnfsd/paths.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /usr.sbin/rpc.pcnfsd/paths.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'usr.sbin/rpc.pcnfsd/paths.h')
-rw-r--r--usr.sbin/rpc.pcnfsd/paths.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/rpc.pcnfsd/paths.h b/usr.sbin/rpc.pcnfsd/paths.h
index 14336ad057b..cb9f4250054 100644
--- a/usr.sbin/rpc.pcnfsd/paths.h
+++ b/usr.sbin/rpc.pcnfsd/paths.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: paths.h,v 1.2 2001/08/19 19:16:12 ericj Exp $ */
+/* $OpenBSD: paths.h,v 1.3 2002/02/16 21:28:08 millert Exp $ */
/* $NetBSD: paths.h,v 1.1 1995/08/14 19:50:09 gwr Exp $ */
#define SPOOLDIR "/export/pcnfs"
@@ -9,17 +9,17 @@ pr_list printers;
pr_queue queue;
/* pcnfsd_misc.c */
-void scramble __P((char *, char *));
-void wlogin __P((char *, struct svc_req *));
-struct passwd *get_password __P((char *));
+void scramble(char *, char *);
+void wlogin(char *, struct svc_req *);
+struct passwd *get_password(char *);
/* pcnfsd_print.c */
-void *grab __P((int));
-FILE *su_popen __P((char *, char *, int));
-int su_pclose __P((FILE *));
-int build_pr_list __P((void));
-pirstat build_pr_queue __P((printername, username, int, int *, int *));
-psrstat pr_start2 __P((char *, char *, char *, char *, char *, char **));
-pcrstat pr_cancel __P((char *, char *, char *));
+void *grab(int);
+FILE *su_popen(char *, char *, int);
+int su_pclose(FILE *);
+int build_pr_list(void);
+pirstat build_pr_queue(printername, username, int, int *, int *);
+psrstat pr_start2(char *, char *, char *, char *, char *, char **);
+pcrstat pr_cancel(char *, char *, char *);
pirstat get_pr_status __P((printername, bool_t *, bool_t *, int *, bool_t *,
char *));