mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 11:52:25 +00:00
Create storage.h to declare functions defined in storage.c
Update files that depend on storage functions to include storage.h Declare as static all functions in storage.c that are not needed externally. Add dependencies to makefile-tail. modified: makefile-tail new file: ../inc/storage.h modified: ../src/allocmds.c modified: ../src/gchtfind.c modified: ../src/llstk.c modified: ../src/main.c modified: ../src/storage.c modified: ../src/subr.c
This commit is contained in:
@@ -40,6 +40,7 @@ static char *id = "$Id: allocmds.c,v 1.4 1999/05/31 23:35:20 sybalsky Exp $ Copy
|
||||
#include "initatms.h"
|
||||
#include "sysatms.h"
|
||||
#include "lspglob.h"
|
||||
#include "storage.h"
|
||||
|
||||
/************************************************************************/
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user