fix windows build.. break other things.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5853 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-10-12 20:14:41 +00:00
parent e1fbb6ff65
commit e8f7c1b4fc
10 changed files with 128 additions and 113 deletions
+2 -2
View File
@@ -182,8 +182,8 @@ class CoreSession {
* receiving dtmf digits. For that, use collectDigits.
*/
int getDigits(char *dtmf_buf,
int buflen,
int maxdigits,
switch_size_t buflen,
switch_size_t maxdigits,
char *terminators,
char *terminator,
int timeout);