summaryrefslogtreecommitdiffstats
path: root/db_demo/reset.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-06 12:35:55 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-06 12:35:55 (GMT)
commitcadaee395e4161b559ab345d175c8b32c4950d19 (patch)
tree0de65c289d4b028d2d0fe442bb0ca0481f71deff /db_demo/reset.h
parentf56c1962f0aba7c5ad6364b443f92d72b4b8228c (diff)
download2iv55-cadaee395e4161b559ab345d175c8b32c4950d19.zip
2iv55-cadaee395e4161b559ab345d175c8b32c4950d19.tar.gz
2iv55-cadaee395e4161b559ab345d175c8b32c4950d19.tar.bz2
db_demo files
Diffstat (limited to '')
-rw-r--r--db_demo/reset.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/db_demo/reset.h b/db_demo/reset.h
new file mode 100644
index 0000000..51dd0e0
--- /dev/null
+++ b/db_demo/reset.h
@@ -0,0 +1,25 @@
+/*
+ * 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"