diff --git a/motorApp/OmsSrc/drvMAXv.cc b/motorApp/OmsSrc/drvMAXv.cc index 2a3c6796..f0c7f117 100644 --- a/motorApp/OmsSrc/drvMAXv.cc +++ b/motorApp/OmsSrc/drvMAXv.cc @@ -178,7 +178,7 @@ static int configurationFlags[MAXv_NUM_CARDS] = {0}; /* Common local function declarations. */ extern "C" { RTN_STATUS MAXvSetup(int, int, unsigned int, unsigned int, int, int); -RTN_VALUES MAXvConfig(int, const char *); +RTN_VALUES MAXvConfig(int, const char *, int); } static long report(int); static long init();