[libpri-commits] trunk - r272 /trunk/libpri.h

libpri-commits at lists.digium.com libpri-commits at lists.digium.com
Thu Dec 1 12:06:21 CST 2005


Author: mattf
Date: Thu Dec  1 12:06:20 2005
New Revision: 272

URL: http://svn.digium.com/view/libpri?rev=272&view=rev
Log:
Modify the warning #define

Modified:
    trunk/libpri.h

Modified: trunk/libpri.h
URL: http://svn.digium.com/view/libpri/trunk/libpri.h?rev=272&r1=271&r2=272&view=diff
==============================================================================
--- trunk/libpri.h (original)
+++ trunk/libpri.h Thu Dec  1 12:06:20 2005
@@ -462,7 +462,7 @@
 /* Send a digit in overlap mode */
 extern int pri_information(struct pri *pri, q931_call *call, char digit);
 
-#define PRI_KEYPAD_FACILITY
+#define PRI_KEYPAD_FACILITY_TX
 /* Send a keypad facility string of digits */
 extern int pri_keypad_facility(struct pri *pri, q931_call *call, char *digits);
 



More information about the libpri-commits mailing list