Added declaration for st_alloc()
authorceriel <none@none>
Thu, 25 Jun 1992 11:32:30 +0000 (11:32 +0000)
committerceriel <none@none>
Thu, 25 Jun 1992 11:32:30 +0000 (11:32 +0000)
modules/src/alloc/alloc.h

index bd730d8..966aaf8 100644 (file)
@@ -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) = \