summaryrefslogtreecommitdiffstats
path: root/reset/reset.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-06 12:01:18 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-06 12:01:18 (GMT)
commit23b16ab5373c0869cd00eed3aa2b52fd0a04cbad (patch)
tree59eed6653b687a0d414b1b3177b8058ad14df98f /reset/reset.h
parent90e452660d230c7dd181ee7c3fbc5b5a117ed937 (diff)
download2iv55-23b16ab5373c0869cd00eed3aa2b52fd0a04cbad.zip
2iv55-23b16ab5373c0869cd00eed3aa2b52fd0a04cbad.tar.gz
2iv55-23b16ab5373c0869cd00eed3aa2b52fd0a04cbad.tar.bz2
Diffstat (limited to 'reset/reset.h')
-rw-r--r--reset/reset.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/reset/reset.h b/reset/reset.h
new file mode 100644
index 0000000..766d74c
--- /dev/null
+++ b/reset/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 "127.0.0.1"
+#define PGPORT "5432"
+#define PGOPTIONS "\0"
+#define PGTTY "\0"
+#define DBNAME "houseofmozart"
+#define LOGIN "houseofmozart"
+#define PWD "M0z4rT"
+
+#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"