fix numerous compile errors
[archipelago] / xseg / xtypes / domain.h
1 #ifndef _XQ_DOMAIN_H
2 #define _XQ_DOMAIN_H
3
4 void *xtypes_malloc(unsigned long size);
5 void xtypes_free(void *ptr);
6
7 #endif