Changeset 1452 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- Sep 25, 2007 8:48:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r1417 r1452 779 779 780 780 /* Acquire lock to the specified call_id */ 781 staticpj_status_t acquire_call(const char *title,781 pj_status_t acquire_call(const char *title, 782 782 pjsua_call_id call_id, 783 783 pjsua_call **p_call, … … 1604 1604 1605 1605 1606 staticconst char *good_number(char *buf, pj_int32_t val)1606 const char *good_number(char *buf, pj_int32_t val) 1607 1607 { 1608 1608 if (val < 1000) { … … 1818 1818 1819 1819 /* Print call info */ 1820 staticvoid print_call(const char *title,1820 void print_call(const char *title, 1821 1821 int call_id, 1822 1822 char *buf, pj_size_t size)
Note: See TracChangeset
for help on using the changeset viewer.