]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-cnvldb-prototypes-20071209
authorDerrick Brashear <shadow@dementia.org>
Sun, 9 Dec 2007 23:37:17 +0000 (23:37 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 9 Dec 2007 23:37:17 +0000 (23:37 +0000)
LICENSE IPL10

forward declare these

(cherry picked from commit c6db6a90bee37f91c56d1aa1c4ed5657c353b3a0)

src/vlserver/cnvldb.c

index e62d5f1fc5139c720e8a0776d0318cc73e27ccaf..c03dbd7748b744a3c181961a2f78c07626d0ed8c 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)