aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-18 11:31:41 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-18 11:31:41 +0000
commit69cb56ad35352e4f26050cbcd5fc459b1abd5791 (patch)
tree32605c16f3bb595ab746d5e71ec6b79020d47961 /include
parent91586477bbe6336c9debddf804edb8d02db71ab6 (diff)
fix another symbol namespace issue (reported by Andrew on asterisk-dev)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@182882 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/callerid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index 7347dd9d0..f9a8687eb 100644
--- a/include/asterisk/callerid.h
+++ b/include/asterisk/callerid.h
@@ -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