aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/callerid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/callerid.h')
-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