diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 10:57:53 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 10:57:53 +0200 |
commit | 3d3d856c919fd6a1972256bfb2f26430adffce1c (patch) | |
tree | 69b965499ae661e2e4ff86b2d8370e7543362919 /curvetun_mgmt.h | |
parent | 17144ba9391419c59c4caeca9989d660c1035df4 (diff) |
curvetun_mgmt: consolidate the two mgmt include files into one
Consolidate the two mgmt include files into one.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun_mgmt.h')
-rw-r--r-- | curvetun_mgmt.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/curvetun_mgmt.h b/curvetun_mgmt.h new file mode 100644 index 0000000..6016925 --- /dev/null +++ b/curvetun_mgmt.h @@ -0,0 +1,7 @@ +#ifndef CURVETUN_MGMT_H +#define CURVETUN_MGMT_H + +#include "curvetun_mgmt_servers.h" +#include "curvetun_mgmt_users.h" + +#endif /* CURVETUN_MGMT_H */ |