DEVEL15-cnvldb-prototypes-20071209

LICENSE IPL10

forward declare these


(cherry picked from commit c6db6a90bee37f91c56d1aa1c4ed5657c353b3a0)
This commit is contained in:
Derrick Brashear 2007-12-09 23:35:37 +00:00
parent 36cc66d87a
commit 3fb09e368f

View 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)