Linux makefiles
[canaan.git] / prj / tech / libsrc / dev2d / valloc.h
blobda48e9ed967faa0b6e0ad3cd1c955f649935b0ce
1 // $Header: x:/prj/tech/libsrc/dev2d/RCS/valloc.h 1.2 1997/01/22 12:54:26 KEVIN Exp $
3 #ifndef __VALLOC_H
4 #define __VALLOC_H
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 extern bool vMonitor (uchar **p);
11 extern void vUnmonitor (uchar **p);
12 extern bool vAlloc (uchar **p, int w, int h);
13 extern void vFree (uchar **p);
15 #ifdef __cplusplus
17 #endif
18 #endif /* !__VALLOC_H */