aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/addfile.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-03-08 20:21:56 +0000
committerdos-reis <gdr@axiomatics.org>2008-03-08 20:21:56 +0000
commit3f7d906f8cd6edd2597a49f629bd31914de8ca08 (patch)
tree4a015d892d777f58f9b88010c76d924227a12cc4 /src/hyper/addfile.c
parent6a0809d42bbfb8ae3c00431c69bff92f38e5739c (diff)
downloadopen-axiom-3f7d906f8cd6edd2597a49f629bd31914de8ca08.tar.gz
* include/addfile.h: Move from hyper.
* include/addfile.H1: Move external declarations into addfile.h. Remove.
Diffstat (limited to 'src/hyper/addfile.c')
-rw-r--r--src/hyper/addfile.c5
1 files changed, 5 insertions, 0 deletions
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;