aboutsummaryrefslogtreecommitdiff
path: root/src/include/htadd.H1
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-01 07:38:50 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-01 07:38:50 +0000
commit792e7b4e6ec894f93a8fbe51ccf6c155997c69ec (patch)
tree0b11cb955a99fdd6c419b19646e35578ef11086f /src/include/htadd.H1
parent7a0c33622b460c94beef6cd31ef37807887f5a2c (diff)
downloadopen-axiom-792e7b4e6ec894f93a8fbe51ccf6c155997c69ec.tar.gz
* include/nagman.H1: Remove.
* include/session.H1: Move content to sman/session.c. Remove. * sman/session.c: Don't include "session.H1" anymore. * sman/spadclient.c: Don't include "spadclient.H1" anymore. * include/spadclient.H1: Remove. * include/spadbuf.H1: Move content to hyper/spadbuf.c. Remove. * hyper/spadbuf.c: Don't include "spadbuf.H1" anymore. * hyper/htadd.c: Don't include "htadd.H1" anymore. * include/htadd.H1: Move content to hyper/htadd.c. Remove.
Diffstat (limited to 'src/include/htadd.H1')
-rw-r--r--src/include/htadd.H113
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/htadd.H1 b/src/include/htadd.H1
deleted file mode 100644
index 22ee5487..00000000
--- a/src/include/htadd.H1
+++ /dev/null
@@ -1,13 +0,0 @@
-extern int main(int argc , char * * argv);
-#ifdef _HTADD_C
-static void add_file(char * dbname , char * name , int fresh);
-static void add_new_pages(FILE * temp_db , FILE * new_file , char * addname , char * fullname);
-static int build_db_filename(short flag , char * db_dir , char * dbfilename);
-static void copy_file(char * f1 , char * f2);
-static void delete_db(FILE * db , FILE * temp_db , char * name);
-static int delete_file(char * dbname , char * name);
-static void get_filename(void);
-static void parse_args(char * * argv , char * db_dir , char * * filenames , short * fl);
-static void update_db(FILE * db , FILE * temp_db , FILE * new_file , char * addname , char * fullname , int fresh);
-static int writable(struct stat buff);
-#endif