From 92a6e5c42604eed2408fe64c9a38a74047d46ba7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 25 Jun 1992 11:32:30 +0000 Subject: [PATCH] Added declaration for st_alloc() --- modules/src/alloc/alloc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/src/alloc/alloc.h b/modules/src/alloc/alloc.h index bd730d810..966aaf8ce 100644 --- a/modules/src/alloc/alloc.h +++ b/modules/src/alloc/alloc.h @@ -30,6 +30,8 @@ typedef struct _ALLOC_ { struct _ALLOC_ *_A_next; } *_PALLOC_; +extern char *st_alloc(); + #define _A_st_free(ptr, phead, size) (((_PALLOC_)ptr)->_A_next = \ (_PALLOC_)(*phead), \ *((_PALLOC_ *)phead) = \ -- 2.34.1