ANSIfication of stuff (mostly missing argument types in declarations)

This commit is contained in:
Ralph Lange
2009-04-03 17:46:26 +00:00
parent 4715043141
commit 7fccc59fe9
45 changed files with 62 additions and 64 deletions
+2 -2
View File
@@ -28,8 +28,8 @@
#include "epicsExport.h"
/* Create the dset for devMbboSoft */
static long init_record();
static long write_mbbo();
static long init_record(mbboDirectRecord *prec);
static long write_mbbo(mbboDirectRecord *prec);
struct {
long number;
DEVSUPFUN report;