X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b817bfc642225b8c3c0b6a7e42d1fb949b61a606..7c40480318648672af86e03bc72bc45c07194c37:/pgen.h diff --git a/pgen.h b/pgen.h index 421819a..4bc9046 100644 --- a/pgen.h +++ b/pgen.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: pgen.h,v 1.9 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Prime generation glue * @@ -264,7 +264,7 @@ extern int pgen_subev(int /*rq*/, pgen_event */*ev*/, void */*p*/); * @pgen_proc *test@ = tester function to use * @void *tctx@ = context argument for tester * - * Returns: If successful, @PGEN_DONE@; otherwise @PGEN_ABORT@. + * Returns: The resulting value, or null. * * Use: A generalized prime-number search skeleton. Yes, that's a * scary number of arguments.