staticize c_prevword()

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2006-04-27 10:13:39 +00:00
parent 073391cc63
commit 53715e59cf
2 changed files with 2 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;