From 8dd704ba89e87d096811f949e9ca386aaf61da8a Mon Sep 17 00:00:00 2001 From: Mike Bordua Date: Wed, 4 Aug 1993 13:05:36 +0000 Subject: [PATCH] Added static in front of function declarations. --- src/dev/devAiSymb.c | 4 ++-- src/dev/devAoSymb.c | 4 ++-- src/dev/devBoXVme220.c | 4 ++-- src/dev/devLiSymb.c | 4 ++-- src/dev/devLoSymb.c | 4 ++-- src/dev/devMbboXVme220.c | 4 ++-- src/dev/devSiSymb.c | 4 ++-- src/dev/devSoSymb.c | 4 ++-- src/dev/devWfDvx2502.c | 6 +++--- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/dev/devAiSymb.c b/src/dev/devAiSymb.c index 1c5de14f4..c3f8b77c7 100644 --- a/src/dev/devAiSymb.c +++ b/src/dev/devAiSymb.c @@ -53,8 +53,8 @@ #include /* Create the dset for devAiSymb */ -long init_record(); -long read_ai(); +static long init_record(); +static long read_ai(); struct { long number; DEVSUPFUN report; diff --git a/src/dev/devAoSymb.c b/src/dev/devAoSymb.c index e099bce31..696955989 100644 --- a/src/dev/devAoSymb.c +++ b/src/dev/devAoSymb.c @@ -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; diff --git a/src/dev/devBoXVme220.c b/src/dev/devBoXVme220.c index 2a13a3d0f..12784c9f6 100644 --- a/src/dev/devBoXVme220.c +++ b/src/dev/devBoXVme220.c @@ -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; diff --git a/src/dev/devLiSymb.c b/src/dev/devLiSymb.c index 617ff4e85..f2e9bf1d3 100644 --- a/src/dev/devLiSymb.c +++ b/src/dev/devLiSymb.c @@ -51,8 +51,8 @@ #include /* Create the dset for devLiSymb */ -long init_record(); -long read_longin(); +static long init_record(); +static long read_longin(); struct { long number; diff --git a/src/dev/devLoSymb.c b/src/dev/devLoSymb.c index 95f7951a6..b3068e16f 100644 --- a/src/dev/devLoSymb.c +++ b/src/dev/devLoSymb.c @@ -51,8 +51,8 @@ #include #include -long init_record(); -long write_longout(); +static long init_record(); +static long write_longout(); /* Create the dset for devLoSymb */ diff --git a/src/dev/devMbboXVme220.c b/src/dev/devMbboXVme220.c index 152a4e425..769d5da27 100644 --- a/src/dev/devMbboXVme220.c +++ b/src/dev/devMbboXVme220.c @@ -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; diff --git a/src/dev/devSiSymb.c b/src/dev/devSiSymb.c index 2a698341b..f8dc032fc 100644 --- a/src/dev/devSiSymb.c +++ b/src/dev/devSiSymb.c @@ -52,8 +52,8 @@ #include /* Create the dset for devSiSymb */ -long init_record(); -long read_stringin(); +static long init_record(); +static long read_stringin(); struct { long number; diff --git a/src/dev/devSoSymb.c b/src/dev/devSoSymb.c index 46b3a043f..16f7ebf14 100644 --- a/src/dev/devSoSymb.c +++ b/src/dev/devSoSymb.c @@ -51,8 +51,8 @@ #include #include -long init_record(); -long write_stringout(); +static long init_record(); +static long write_stringout(); /* Create the dset for devSoSymb */ diff --git a/src/dev/devWfDvx2502.c b/src/dev/devWfDvx2502.c index 019f97b96..39b79d4fb 100644 --- a/src/dev/devWfDvx2502.c +++ b/src/dev/devWfDvx2502.c @@ -55,9 +55,9 @@ #include #include -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;