Added static in front of function declarations.

This commit is contained in:
Mike Bordua
1993-08-04 13:05:36 +00:00
parent 1696180b42
commit 8dd704ba89
9 changed files with 19 additions and 19 deletions

View File

@@ -51,8 +51,8 @@
#include <module_types.h>
#include <longoutRecord.h>
long init_record();
long write_longout();
static long init_record();
static long write_longout();
/* Create the dset for devLoSymb */