From 18301dfca56ba8545549e80f84423d83a46c6b64 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Oct 2007 20:26:08 +0000 Subject: a lot of minor cleanups git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@36 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- src/macro.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/macro.h') 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 #include @@ -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 -- cgit