From: ceriel Date: Thu, 25 Jun 1992 11:32:30 +0000 (+0000) Subject: Added declaration for st_alloc() X-Git-Tag: release-5-5~465 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=92a6e5c42604eed2408fe64c9a38a74047d46ba7;p=ack.git Added declaration for st_alloc() --- 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) = \