summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_tone_detection_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_tone_detection_priv.h')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_tone_detection_priv.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_tone_detection_priv.h b/software/octdeviceapi/oct6100api/oct6100_tone_detection_priv.h
index 9b9689a..8cd296d 100644
--- a/software/octdeviceapi/oct6100api/oct6100_tone_detection_priv.h
+++ b/software/octdeviceapi/oct6100api/oct6100_tone_detection_priv.h
@@ -2,7 +2,7 @@
File: oct6100_tone_detection_priv.h
- Copyright (c) 2001-2006 Octasic Inc.
+ Copyright (c) 2001-2007 Octasic Inc.
Description:
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR47 $
+$Octasic_Release: OCT612xAPI-01.00-PR48 $
-$Octasic_Revision: 13 $
+$Octasic_Revision: 14 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -103,4 +103,9 @@ UINT32 Oct6100ApiIsSSTone(
IN UINT32 f_ulToneEventNumber,
OUT PBOOL f_fSSTone );
+UINT32 Oct6100ApiIs2100Tone(
+ IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
+ IN UINT32 f_ulToneEventNumber,
+ OUT PBOOL f_fIs2100Tone );
+
#endif /* __OCT6100_TONE_DETECTION_PRIV_H__ */