Added static in front of function declarations.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user