fix another symbol namespace issue (reported by Andrew on asterisk-dev)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@182882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2009-03-18 11:31:41 +00:00
parent 6efa254bea
commit e536392919
3 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ void callerid_free(struct callerid_state *cid);
int ast_callerid_generate(unsigned char *buf, const char *name, const char *number, int codec);
/*! \brief Generate message waiting indicator (stutter tone) */
int vmwi_generate(unsigned char *buf, int active, int mdmf, int codec);
int ast_callerid_vmwi_generate(unsigned char *buf, int active, int mdmf, int codec);
/*! \brief Generate Caller-ID spill but in a format suitable for Call Waiting(tm)'s Caller*ID(tm)
* See ast_callerid_generate() for other details