aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats2_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats2_lib.h')
-rw-r--r--src/ats/test_ats2_lib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ats/test_ats2_lib.h b/src/ats/test_ats2_lib.h
index 5c1518792..f6d4d45b0 100644
--- a/src/ats/test_ats2_lib.h
+++ b/src/ats/test_ats2_lib.h
@@ -11,10 +11,10 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17 */
18/** 18/**
19 * @file ats/test_ats_lib.h 19 * @file ats/test_ats_lib.h
20 * @brief test ATS library with a generic interpreter for running ATS tests 20 * @brief test ATS library with a generic interpreter for running ATS tests
@@ -515,9 +515,9 @@
515 * @return 0 on success 515 * @return 0 on success
516 */ 516 */
517int 517int
518TEST_ATS_run (int argc, 518TEST_ATS_run(int argc,
519 char *argv[], 519 char *argv[],
520 struct Command *cmds, 520 struct Command *cmds,
521 struct GNUNET_TIME_Relative timeout); 521 struct GNUNET_TIME_Relative timeout);
522 522
523#endif 523#endif