From 3f7d906f8cd6edd2597a49f629bd31914de8ca08 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 8 Mar 2008 20:21:56 +0000 Subject: * include/addfile.h: Move from hyper. * include/addfile.H1: Move external declarations into addfile.h. Remove. --- src/hyper/addfile.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/hyper/addfile.c') diff --git a/src/hyper/addfile.c b/src/hyper/addfile.c index 2eef5664..b1b97d49 100644 --- a/src/hyper/addfile.c +++ b/src/hyper/addfile.c @@ -38,6 +38,7 @@ #include "debug.h" #include "sockio.h" +#include "addfile.h" #include "hyper.h" #include "addfile.h" @@ -46,6 +47,10 @@ #include "all_hyper_proto.H1" +static int build_ht_filename(char*, char*, char*); +static int pathname(char*); +static int strpostfix(char*, char*); + char *gDatabasePath = NULL; -- cgit v1.2.3