mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 22:08:28 +00:00
Mon Mar 10 07:00:00 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -57,6 +57,7 @@ struct mansession {
|
||||
int fd;
|
||||
int blocking;
|
||||
char username[80];
|
||||
char challenge[10];
|
||||
int authenticated;
|
||||
int readperm;
|
||||
int writeperm;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user