mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
staticize c_prevword()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -536,9 +536,7 @@ static int pbcpop(char x)
|
||||
return 1; /* error */
|
||||
}
|
||||
|
||||
/* used by the bison code */
|
||||
int c_prevword(void);
|
||||
int c_prevword(void)
|
||||
static int c_prevword(void)
|
||||
{
|
||||
char *c = prev_word;
|
||||
int ret = 0;
|
||||
|
||||
@@ -2872,9 +2872,7 @@ static int pbcpop(char x)
|
||||
return 1; /* error */
|
||||
}
|
||||
|
||||
/* used by the bison code */
|
||||
int c_prevword(void);
|
||||
int c_prevword(void)
|
||||
static int c_prevword(void)
|
||||
{
|
||||
char *c = prev_word;
|
||||
int ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user