summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/manager.h1
-rwxr-xr-xinclude/asterisk/vmodem.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 4a267747f..980909e88 100755
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -57,6 +57,7 @@ struct mansession {
int fd;
int blocking;
char username[80];
+ char challenge[10];
int authenticated;
int readperm;
int writeperm;
diff --git a/include/asterisk/vmodem.h b/include/asterisk/vmodem.h
index 2dfc43a7b..2d80a1440 100755
--- a/include/asterisk/vmodem.h
+++ b/include/asterisk/vmodem.h
@@ -40,8 +40,8 @@ struct ast_modem_driver {
char **idents;
int formats;
int fullduplex;
- void (*incusecnt)();
- void (*decusecnt)();
+ void (*incusecnt)(void);
+ void (*decusecnt)(void);
char * (*identify)(struct ast_modem_pvt *);
int (*init)(struct ast_modem_pvt *);
int (*setdev)(struct ast_modem_pvt *, int dev);