Add pri_dump_info and q921/q931 counters to libpri

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@78 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
James Golovich
2004-03-15 05:53:25 +00:00
parent 09645488d6
commit d00abddee3
6 changed files with 66 additions and 2 deletions

View File

@@ -386,4 +386,8 @@ extern void pri_set_error(void (*__pri_error)(char *));
/* Set overlap mode */
#define PRI_SET_OVERLAPDIAL
extern void pri_set_overlapdial(struct pri *pri,int state);
#define PRI_DUMP_INFO
extern void pri_dump_info(struct pri *pri);
#endif