X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_set_connection_try_cb.h;fp=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_set_connection_try_cb.h;h=8a3c0dacf1ebd8cf46848165a7a261a6cdd1585e;hb=2fd608c4111ef4d48a649401d918f5981856cc44;hp=0000000000000000000000000000000000000000;hpb=1d7554c7b8c632adf86492be9dc7afecb49bca5d;p=meshlink diff --git a/test/blackbox/run_blackbox_tests/test_cases_set_connection_try_cb.h b/test/blackbox/run_blackbox_tests/test_cases_set_connection_try_cb.h new file mode 100644 index 00000000..8a3c0dac --- /dev/null +++ b/test/blackbox/run_blackbox_tests/test_cases_set_connection_try_cb.h @@ -0,0 +1,26 @@ +#ifndef TEST_CASES_SET_CONNECTION_TRY_CB_H +#define TEST_CASES_SET_CONNECTION_TRY_CB_H + +/* + test_cases_set_connection_try_cb.h -- Declarations for Individual Test Case implementation functions + Copyright (C) 2019 Guus Sliepen + + 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ + +extern int test_cases_connection_try(void); +extern int total_tests; + +#endif // TEST_CASES_SET_CONNECTION_TRY_CB_H