Add new API call (pri_get_version) to show the current version of the branch for support purposes.

git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@552 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Brett Bryant
2008-05-02 20:21:04 +00:00
parent b9bd97cdb7
commit dee4c9ae0f
4 changed files with 116 additions and 2 deletions

View File

@@ -675,4 +675,7 @@ extern int pri_timer2idx(char *timer);
#define PRI_TIMER_T321 26
#define PRI_TIMER_T322 27
/* Get PRI version */
const char *pri_get_version(void);
#endif