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

@@ -2,6 +2,7 @@
#include <unistd.h>
#include "cosmopolite.h"
#include "cosmopolite-int.h"
#define RUN_TEST(func) run_test(#func, func)