>How about moving the declaration from prototypes.h to >check_charset.c? That'll remove the temptation to try to >use it.
Sigh. That encourages people to put their own local prototypes for that function in their source code files ... and we can't check for mismatches, and mismatched prototypes have bitten us before. If it's private, it should be private for real. --Ken _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
