summaryrefslogtreecommitdiffstats
path: root/src/macro.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-02 20:26:08 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-02 20:26:08 +0000
commit18301dfca56ba8545549e80f84423d83a46c6b64 (patch)
tree28854229666a3054a2985cd040d504e860e0623b /src/macro.h
parent0ec595d89d9e1c10cd3f8a3d8dd3a1235c6f5fda (diff)
a lot of minor cleanups
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@36 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'src/macro.h')
-rw-r--r--src/macro.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/macro.h b/src/macro.h
index d664c3e..4f2d018 100644
--- a/src/macro.h
+++ b/src/macro.h
@@ -1,5 +1,5 @@
-#ifndef foomacrohfoo
-#define foomacrohfoo
+#ifndef foosydneymacrohfoo
+#define foosydneymacrohfoo
#include <stdio.h>
#include <assert.h>
@@ -101,4 +101,8 @@ static inline size_t sa_align(size_t l) {
#define SA_ALIGN(x) (sa_align(x))
+typedef void (*sa_free_cb_t)(void *);
+
+typedef int sa_bool_t;
+
#endif