From 66864977389a1a59bf7a5d38fcd62559190bb93e Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 20 Nov 2005 10:58:43 +0000 Subject: Renaming files git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@61 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/test-pjsip/test.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'pjsip/src/test-pjsip/test.h') diff --git a/pjsip/src/test-pjsip/test.h b/pjsip/src/test-pjsip/test.h index d5f84031..225c8be7 100644 --- a/pjsip/src/test-pjsip/test.h +++ b/pjsip/src/test-pjsip/test.h @@ -16,11 +16,21 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include +#ifndef __TEST_H__ +#define __TEST_H__ -pj_status_t test_uri(void); -pj_status_t test_msg(void); +#include #define SILENT 1 #define IS_PROFILING 1 #define LOOP 2000 + +extern pjsip_endpoint *endpt; + +pj_status_t parse_uri(void); +pj_status_t parse_msg(void); + +void app_perror(const char *msg, pj_status_t status); + + +#endif /* __TEST_H__ */ -- cgit v1.2.3