summaryrefslogtreecommitdiff
path: root/include/accman.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/accman.h')
-rw-r--r--include/accman.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/accman.h b/include/accman.h
new file mode 100644
index 0000000..27bfe2b
--- /dev/null
+++ b/include/accman.h
@@ -0,0 +1,16 @@
+#ifndef _ACCMAN_H_
+#define _ACCMAN_H_
+
+#include <stdio.h>
+#include <stdlib.h>
+
+#define DOMAIN "etezian.org"
+#define MDOMAIN "@"DOMAIN
+#define DIM_MDOM 12
+
+struct user {
+ char *n;
+ char *p;
+};
+
+#endif