summaryrefslogtreecommitdiffstats
path: root/lasso/export.h
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-12 14:08:55 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-12 14:08:55 +0000
commita7204adb88d5ee6a9980e1daa2b4f97e4d714b2a (patch)
tree471780f9d2cc5d28f87a89ae5ca2bed0172fb406 /lasso/export.h
parent7352ec8036d8204540b853788e3e33a53fd4f54a (diff)
downloadlasso-a7204adb88d5ee6a9980e1daa2b4f97e4d714b2a.tar.gz
lasso-a7204adb88d5ee6a9980e1daa2b4f97e4d714b2a.tar.xz
lasso-a7204adb88d5ee6a9980e1daa2b4f97e4d714b2a.zip
[Core] add a lasso_error_t typedef
This typedef will serve to mark error returning methods. The ctypes.h header piggyback on export.h to be included in all public headers.
Diffstat (limited to 'lasso/export.h')
-rw-r--r--lasso/export.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/export.h b/lasso/export.h
index 7cd0bff4..31071410 100644
--- a/lasso/export.h
+++ b/lasso/export.h
@@ -29,6 +29,8 @@
extern "C" {
#endif /* __cplusplus */
+#include "./ctypes.h"
+
/* Now, the export orgy begins. The following we must do for the
* Windows platform with MSVC compiler. */