summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.pcnfsd/paths.h
diff options
context:
space:
mode:
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 *));