summaryrefslogtreecommitdiff
path: root/sbin/disklabel/editor.c
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2014-07-10 13:31:24 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2014-07-10 13:31:24 +0000
commit26ecd61d34578ba0e12ee3cf3c3fcb9da0c4c2a9 (patch)
treed1a667aa2a48bd95a23f94abb9b970c6689edc6a /sbin/disklabel/editor.c
parent9db63c1b1fa6d751af4b2bd0d975c4c9de97032e (diff)
Forward declarations for mpcopy & mpfree.
OK miod@, deraadt@
Diffstat (limited to 'sbin/disklabel/editor.c')
-rw-r--r--sbin/disklabel/editor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c
index ab8d0365d2a..28da5e4f34b 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.286 2014/05/02 23:17:29 chl Exp $ */
+/* $OpenBSD: editor.c,v 1.287 2014/07/10 13:31:23 florian Exp $ */
/*
* Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -137,8 +137,6 @@ void find_bounds(struct disklabel *);
void set_bounds(struct disklabel *);
void set_duid(struct disklabel *);
struct diskchunk *free_chunks(struct disklabel *);
-void mpcopy(char **, char **);
-void mpfree(char **);
int micmp(const void *, const void *);
int mpequal(char **, char **);
int get_bsize(struct disklabel *, int);