PRI debug additions -- testing...

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@219 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Matthew Fredrickson
2005-05-23 15:06:33 +00:00
parent 1e4b4fbdbb
commit 64088fe864
10 changed files with 339 additions and 339 deletions

View File

@@ -526,8 +526,8 @@ extern int pri_mwi_deactivate(struct pri *pri, q931_call *c, char *caller, int c
int pri_channel_bridge(q931_call *call1, q931_call *call2);
/* Override message and error stuff */
extern void pri_set_message(void (*__pri_error)(char *));
extern void pri_set_error(void (*__pri_error)(char *));
extern void pri_set_message(void (*__pri_error)(struct pri *pri, char *));
extern void pri_set_error(void (*__pri_error)(struct pri *pri, char *));
/* Set overlap mode */
#define PRI_SET_OVERLAPDIAL