--- OLD/xc/lib/font/include/fontmisc.h Thu Jan 1 00:00:00 1970 +++ NEW/xc/lib/font/include/fontmisc.h Thu Jan 1 00:00:00 1970 @@ -77,6 +77,9 @@ #define xalloc(n) Xalloc ((unsigned) n) #define xfree(p) Xfree ((pointer) p) #define xrealloc(p,n) Xrealloc ((pointer)p,n) +extern unsigned long int *Xalloc(); /* XXX should be prototyped */ +extern unsigned long int *Xrealloc(); /* XXX should be prototyped */ +extern void Xfree(); /* XXX should be prototyped */ #define lowbit(x) ((x) & (~(x) + 1)) #define assert(x)