X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Ftesting.h;h=198daf37b9b84ddc97b9f0c64e00f57d447b501f;hp=94887b189baf76abf1584e81bef9f9627065a0fe;hb=HEAD;hpb=afe5001a23b439e3f5fc72b447875dd4f7eafc9d diff --git a/include/testing.h b/include/testing.h index 94887b189..198daf37b 100644 --- a/include/testing.h +++ b/include/testing.h @@ -1,6 +1,6 @@ /* * Empire - A multi-player, client/server Internet based war game. - * Copyright (C) 1986-2017, Dave Pare, Jeff Bailey, Thomas Ruschak, + * Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak, * Ken Stevens, Steve McClure, Markus Armbruster * * Empire is free software: you can redistribute it and/or modify @@ -36,6 +36,6 @@ extern int test_suite_prng_seed; /* Commands for test suite use */ -int testing_cmd(void); +int c___cmd(void); #endif