summaryrefslogtreecommitdiffstats
path: root/db_demo/reset.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-07 14:53:17 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-07 14:53:17 (GMT)
commitbbcc93fada48dfbee6b45eb73ba58f53b4f9d1e2 (patch)
treeeaaa9c36b5e261a3e4477864c51eed87a65f2503 /db_demo/reset.h
parentf88154ffd368af3a63ddbed5516f51097721a248 (diff)
download2iv55-bbcc93fada48dfbee6b45eb73ba58f53b4f9d1e2.zip
2iv55-bbcc93fada48dfbee6b45eb73ba58f53b4f9d1e2.tar.gz
2iv55-bbcc93fada48dfbee6b45eb73ba58f53b4f9d1e2.tar.bz2
db queries uitvoerbaar + printf info (van select resultaat etc).
Diffstat (limited to '')
-rw-r--r--db_demo/reset.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/db_demo/reset.h b/db_demo/reset.h
deleted file mode 100644
index 51dd0e0..0000000
--- a/db_demo/reset.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * reset.h
- * House of Mozart statistic database reset app (c) 2003 oliver
- *
- * GNU public license *FIXME*
- */
-
-#define VERSION 0.0.1
-
-#define PGHOST "matchblox.schinagl.nl"
-#define PGPORT "5432"
-#define PGOPTIONS "\0"
-#define PGTTY "\0"
-#define DBNAME "2iv55"
-#define LOGIN "2iv55"
-#define PWD "uhtfiwwp"
-
-#define SHORTHELP \
-"Not enough or incorrect arguments try -h for help\n"
-
-#define LONGHELP \
-" -h\tprint this help message\n \
- -d\tReset daily stats\n \
- -m\tReset monthly stats\n \
- -a\tReset All stats (month day)\n"