summaryrefslogtreecommitdiff
path: root/include/asterisk/tdd.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-28 20:48:24 +0000
committerMark Spencer <markster@digium.com>2005-03-28 20:48:24 +0000
commitdc9faa21e46aeb84471e80d001f9fad18e356f3a (patch)
tree510ad77207125249e64eb1829ba60b42a60242b0 /include/asterisk/tdd.h
parent5c12ec4755b8618f4b12bd5150b4032eed17e80b (diff)
Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DTMF mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5293 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/tdd.h')
-rwxr-xr-xinclude/asterisk/tdd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/tdd.h b/include/asterisk/tdd.h
index 9c5313b8c..669b68ce9 100755
--- a/include/asterisk/tdd.h
+++ b/include/asterisk/tdd.h
@@ -35,7 +35,7 @@ extern void tdd_init(void);
* This function creates a stream of TDD data in ulaw format. It returns the size
* (in bytes) of the data (if it returns a size of 0, there is probably an error)
*/
-extern int tdd_generate(struct tdd_state *tdd, unsigned char *buf, char *string);
+extern int tdd_generate(struct tdd_state *tdd, unsigned char *buf, const char *string);
/*! Create a TDD state machine */
/*!