Changeset 6028 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_common.c
- Timestamp:
- Jun 13, 2019 5:58:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_common.c
r6027 r6028 63 63 * press ']' 64 64 */ 65 pj_bool_t find_next_call( )65 pj_bool_t find_next_call(void) 66 66 { 67 67 int i, max; … … 86 86 } 87 87 88 pj_bool_t find_prev_call( )88 pj_bool_t find_prev_call(void) 89 89 { 90 90 int i, max; … … 329 329 } 330 330 331 void vid_list_devs( )331 void vid_list_devs(void) 332 332 { 333 333 unsigned i, count;
Note: See TracChangeset
for help on using the changeset viewer.