summaryrefslogtreecommitdiffstats
path: root/libmail/namespace.H
blob: 5fc7f33c2136f8496c5d4639313812db3801ed80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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