/* $Header: /tmp_mnt/vida/disks/disk5/Users/terry/r/gassy/RCS/mutate.h,v 1.3 1992/10/09 06:43:50 terry Exp terry $ */ extern VOID *no_mutation(); extern INT when_is_next_mutation(); #if defined(APP_INDIVIDUALS_ARE_STRINGS) && defined(APP_INDIVIDUALS_HAVE_CONSTANT_SIZE) extern VOID *simple_mutation(); #if defined(APP_ONE_ALLELE_LOCI_ALLOWED) && defined(APP_HAS_CONSTANT_NUM_OF_ONE_ALLELE_LOCI) extern INT count_single_allele_loci(); #endif #endif