More re #1643: changed svn file type property to native

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4459 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2013-04-03 22:41:23 +00:00
parent 8c8ffa38a4
commit 8e4a11380f
4 changed files with 6102 additions and 6099 deletions

View File

@ -1,4 +1,4 @@
/* $Id: pjsua_cli_cmd.c 3664 2011-07-19 03:42:28Z nanang $ */
/* $Id$ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
@ -2951,3 +2951,4 @@ void destroy_cli()
pj_cli_destroy(cli);
cli = NULL;
}

View File

@ -1,4 +1,4 @@
/* $Id: pjsua_cmd.c 4347 2013-02-13 10:19:25Z nanang $ */
/* $Id$ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
@ -1025,3 +1025,4 @@ PJ_DEF(void) app_config_show_video(int acc_id, const pjsua_acc_config *acc_cfg)
#endif

View File

@ -1,4 +1,4 @@
/* $Id: pjsua_cmd.h 3553 2011-05-05 06:14:19Z nanang $ */
/* $Id$ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
*
@ -177,3 +177,4 @@ PJ_DECL(void) app_config_show_video(int acc_id, const pjsua_acc_config *acc_cfg)
#endif
#endif /* __PJSUA_CMD_H__ */

View File

@ -1,4 +1,4 @@
/* $Id: pjsua_ui_cmd.c 3664 2011-07-19 03:42:28Z nanang $ */
/* $Id$ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>