X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=d0.h;h=8bcedf6746fc5fd1cd5709800f5ce5bcb5532a87;hb=10108bd663f37d3dfd1bf569247193b0bdfc7504;hp=bf5ffa72e84ed7b809340e5f13d8bdce24de8227;hpb=cc8bd8d6de90aef0bdbf3af9ba916f4f14ab6fb0;p=xonotic%2Fd0_blind_id.git diff --git a/d0.h b/d0.h index bf5ffa7..8bcedf6 100644 --- a/d0.h +++ b/d0.h @@ -29,6 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Format:commit %H$ * $Id$ */ @@ -37,9 +38,9 @@ #include // size_t -#define EXPORT __attribute__((__visibility__("default"))) -#define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#define BOOL int +#define D0_EXPORT __attribute__((__visibility__("default"))) +#define D0_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#define D0_BOOL int extern void *(*d0_malloc)(size_t len); extern void (*d0_free)(void *p);