cnvldb-prototypes-20071209
authorDerrick Brashear <shadow@dementia.org>
Sun, 9 Dec 2007 23:33:42 +0000 (23:33 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 9 Dec 2007 23:33:42 +0000 (23:33 +0000)
LICENSE IPL10

forward declare these

src/vlserver/cnvldb.c

index e62d5f1..c03dbd7 100644 (file)
@@ -44,6 +44,10 @@ static int convert_vlentry();
 static int rewrite_header();
 
 static char tspace[1024];      /* chdir can't handle anything bigger, anyway */
+
+void read_mhentries(afs_uint32 mh_addr, int oldfd);
+void convert_mhentries(int oldfd, int newfd, struct vlheader_2 *header, int fromver, int tover);
+
 /* return a static pointer to a buffer */
 static char *
 Parent(apath)