Hide cosmo struct definition from the public API.

This commit is contained in:
Ian Gulliver
2015-06-19 22:18:24 +00:00
parent d89d1cc2f6
commit a850c79817
4 changed files with 42 additions and 32 deletions

View File

@@ -8,6 +8,7 @@
#include <uuid/uuid.h>
#include "cosmopolite.h"
#include "cosmopolite-int.h"
#define min(a, b) ((a) < (b) ? (a) : (b))
#define max(a, b) ((a) > (b) ? (a) : (b))