Changeset 6028 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_cli.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_cli.c
r5939 r6028 163 163 /** Forward declaration **/ 164 164 pj_status_t cli_setup_command(pj_cli_t *cli); 165 void cli_destroy( );165 void cli_destroy(void); 166 166 167 167 PJ_DEF(void) cli_get_info(char *info, pj_size_t size) … … 185 185 } 186 186 187 pj_status_t cli_init( )187 pj_status_t cli_init(void) 188 188 { 189 189 pj_status_t status; … … 267 267 } 268 268 269 void cli_destroy( )269 void cli_destroy(void) 270 270 { 271 271 /* Destroy CLI, it will automatically destroy any FEs */
Note: See TracChangeset
for help on using the changeset viewer.