mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
More contributed BSD enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -64,11 +64,11 @@
|
||||
#define BASELINELEN 72
|
||||
#define eol "\r\n"
|
||||
|
||||
int iocp;
|
||||
int iolen;
|
||||
int linelength;
|
||||
int ateof;
|
||||
unsigned char iobuf[BASEMAXINLINE];
|
||||
static int iocp;
|
||||
static int iolen;
|
||||
static int linelength;
|
||||
static int ateof;
|
||||
static unsigned char iobuf[BASEMAXINLINE];
|
||||
|
||||
static char *tdesc = "Comedian Mail (Voicemail System)";
|
||||
|
||||
|
Reference in New Issue
Block a user