Failed to update MAXvConfig() deceleration after SSI argument addition.

This commit is contained in:
Ron Sluiter
2012-07-16 17:23:49 +00:00
parent 63f3fe5ec9
commit da29f85562
+1 -1
View File
@@ -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();