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

@@ -53,8 +53,8 @@
#include <aiRecord.h>
/* Create the dset for devAiSymb */
long init_record();
long read_ai();
static long init_record();
static long read_ai();
struct {
long number;
DEVSUPFUN report;

View File

@@ -53,8 +53,8 @@
/* Create the dset for devAoSymb */
long init_record();
long write_ao();
static long init_record();
static long write_ao();
struct {
long number;
DEVSUPFUN report;

View File

@@ -51,8 +51,8 @@
/* Create the dset for devAiBoXVme220 */
long init_record();
long write_bo();
static long init_record();
static long write_bo();
struct {
long number;

View File

@@ -51,8 +51,8 @@
#include <longinRecord.h>
/* Create the dset for devLiSymb */
long init_record();
long read_longin();
static long init_record();
static long read_longin();
struct {
long number;

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 */

View File

@@ -52,8 +52,8 @@
/* Create the dset for devAiMbboXVme220 */
long init_record();
long write_mbbo();
static long init_record();
static long write_mbbo();
struct {
long number;

View File

@@ -52,8 +52,8 @@
#include <stringinRecord.h>
/* Create the dset for devSiSymb */
long init_record();
long read_stringin();
static long init_record();
static long read_stringin();
struct {
long number;

View File

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

View File

@@ -55,9 +55,9 @@
#include <module_types.h>
#include <waveformRecord.h>
long init_record();
long get_ioint_info();
long read_wf();
static long init_record();
static long get_ioint_info();
static long read_wf();
struct {
long number;