summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath-test/test.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-03-21 22:05:58 +0000
committerBenny Prijono <bennylp@teluu.com>2007-03-21 22:05:58 +0000
commit8befa349c02d1150d1140aefee97ebb47527da20 (patch)
tree720b371c8d7512311472e606d58a7017b3b85ff0 /pjnath/src/pjnath-test/test.h
parent33fe5e64b9b0482a127d8137aae43e5e29e1adc8 (diff)
Added pjnath-test
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1093 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/src/pjnath-test/test.h')
-rw-r--r--pjnath/src/pjnath-test/test.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/pjnath/src/pjnath-test/test.h b/pjnath/src/pjnath-test/test.h
new file mode 100644
index 00000000..5663a84e
--- /dev/null
+++ b/pjnath/src/pjnath-test/test.h
@@ -0,0 +1,30 @@
+/* $Id$ */
+/*
+ * Copyright (C) 2003-2007 Benny Prijono <benny@prijono.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+#include <pjlib.h>
+#include <pjlib-util.h>
+#include <pjnath.h>
+
+#define INCLUDE_ICE_TEST 1
+
+extern int ice_test(void);
+extern int test_main(void);
+
+extern void app_perror(const char *title, pj_status_t rc);
+extern pj_pool_factory *mem;
+