summaryrefslogtreecommitdiff
path: root/sbin/fdisk/disk.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 /sbin/fdisk/disk.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 'sbin/fdisk/disk.h')
-rw-r--r--sbin/fdisk/disk.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fdisk/disk.h b/sbin/fdisk/disk.h
index 2889997a9d8..161fd8075cb 100644
--- a/sbin/fdisk/disk.h
+++ b/sbin/fdisk/disk.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disk.h,v 1.5 2002/01/18 08:38:26 kjell Exp $ */
+/* $OpenBSD: disk.h,v 1.6 2002/02/16 21:27:34 millert Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -49,10 +49,10 @@ typedef struct _disk_t {
} disk_t;
/* Prototypes */
-int DISK_open __P((char *, int));
-int DISK_close __P((int));
-int DISK_getmetrics __P((disk_t *, DISK_metrics *));
-int DISK_printmetrics __P((disk_t *, char *));
+int DISK_open(char *, int);
+int DISK_close(int);
+int DISK_getmetrics(disk_t *, DISK_metrics *);
+int DISK_printmetrics(disk_t *, char *);
#endif /* _DISK_H */