X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=d0.h;h=9a7b912057b836675f4e24f08514cad53fa46d2a;hb=a0a5771a9d31aa0a0b4709014e3a6af226f915d8;hp=e7ff255091ac2e453d57201d0ef18575c2017a08;hpb=85b47d3b939b829cd637e95a281428d28ea4070a;p=xonotic%2Fd0_blind_id.git diff --git a/d0.h b/d0.h index e7ff255..9a7b912 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,11 +38,12 @@ #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); +extern const char *d0_bsd_license_notice; #endif