Changed to work with vxWorks 5.1 and GCC 2.2.3.

This commit is contained in:
Janet B. Anderson
1993-06-03 11:38:56 +00:00
parent c68000d967
commit a253a0db67
3 changed files with 9 additions and 9 deletions

View File

@@ -55,10 +55,10 @@
#include <module_types.h>
#include <aiRecord.h>
long init_record();
long get_ioint_info();
long read_ai();
long special_linconv();
static long init_record();
static long get_ioint_info();
static long read_ai();
static long special_linconv();
struct {
long number;

View File

@@ -56,8 +56,8 @@ long dbCaAddInlink();
long dbCaGetLink();
/* Create the dset for devAiSoft */
long init_record();
long read_ai();
static long init_record();
static long read_ai();
struct {
long number;
DEVSUPFUN report;

View File

@@ -56,9 +56,9 @@ long dbCaAddInlink();
long dbCaGetLink();
/* Create the dset for devAiSoftRaw */
long init_record();
long read_ai();
long special_linconv();
static long init_record();
static long read_ai();
static long special_linconv();
struct {
long number;
DEVSUPFUN report;