X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Ftesting.h;h=198daf37b9b84ddc97b9f0c64e00f57d447b501f;hp=4ed2d1f5f5e856e002c56511504b941e76990024;hb=c6ec6a41c29700e982620e845293b232291d30ca;hpb=a6c46316e904d9816302282ffd927ec8faa9354a diff --git a/include/testing.h b/include/testing.h index 4ed2d1f5f..198daf37b 100644 --- a/include/testing.h +++ b/include/testing.h @@ -36,6 +36,6 @@ extern int test_suite_prng_seed; /* Commands for test suite use */ -int testing_cmd(void); +int c___cmd(void); #endif