mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
10 lines
325 B
Text
10 lines
325 B
Text
--- include/ptclib/dtmf.h.old 2007-10-19 02:22:38.000000000 -0400
|
|
+++ include/ptclib/dtmf.h 2008-01-05 21:17:30.000000000 -0500
|
|
@@ -69,6 +69,7 @@
|
|
public:
|
|
PDTMFDecoder();
|
|
PString Decode(const short * sampleData, PINDEX numSamples);
|
|
+ PString Decode(const void * buf, PINDEX bytes);
|
|
|
|
protected:
|
|
enum {
|