diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-16 01:47:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-16 01:47:14 +0000 |
commit | 070c99fecc59e8bdfc282b0f9fcd383b155e4073 (patch) | |
tree | b15a7f4ffa9b2187552f0d8338383d2d56c1d310 /sbin/fdisk/part.h | |
parent | c62a461e1595c039efd3d22058bd7eaa19acb381 (diff) |
a bunch of improvements by weingart & I
Diffstat (limited to 'sbin/fdisk/part.h')
-rw-r--r-- | sbin/fdisk/part.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/part.h b/sbin/fdisk/part.h index a163b34223b..3346834b45c 100644 --- a/sbin/fdisk/part.h +++ b/sbin/fdisk/part.h @@ -1,4 +1,4 @@ -/* $OpenBSD: part.h,v 1.2 1997/09/29 23:33:40 mickey Exp $ */ +/* $OpenBSD: part.h,v 1.3 1997/10/16 01:47:12 deraadt Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -44,6 +44,7 @@ typedef struct _prt_t { } prt_t; /* Prototypes */ +void PRT_printall __P((void)); char *PRT_ascii_id __P((int)); void PRT_parse __P((void *, prt_t *)); void PRT_make __P((prt_t *, void *)); |