summaryrefslogtreecommitdiffstats
path: root/libmail/namespace.H
diff options
context:
space:
mode:
Diffstat (limited to 'libmail/namespace.H')
-rw-r--r--libmail/namespace.H13
1 files changed, 13 insertions, 0 deletions
diff --git a/libmail/namespace.H b/libmail/namespace.H
new file mode 100644
index 0000000..5fc7f33
--- /dev/null
+++ b/libmail/namespace.H
@@ -0,0 +1,13 @@
+/*
+** Copyright 2002, Double Precision Inc.
+**
+** See COPYING for distribution information.
+*/
+#ifndef libmail_namespace_H
+#define libmail_namespace_H
+
+#define LIBMAIL_START namespace mail {
+
+#define LIBMAIL_END }
+
+#endif