X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Ftesting.h;fp=include%2Ftesting.h;h=198daf37b9b84ddc97b9f0c64e00f57d447b501f;hp=4ed2d1f5f5e856e002c56511504b941e76990024;hb=7e6318500758d8ba99dca7dd9b95e3a8218699cb;hpb=af143ac5973d8b650e7a153372bd9da9e7546a76 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