Return type of (*done)() changed to void. default_done() replaced by
authorJoel Reicher <jjr@panacea.null.org>
Sun, 4 Nov 2007 11:54:32 +0000 (11:54 +0000)
committerJoel Reicher <jjr@panacea.null.org>
Sun, 4 Nov 2007 11:54:32 +0000 (11:54 +0000)
exit(). All dead code "return 1" lines removed from *_done()s and replaced
by explicit "return 1" following done() calls in main()s (they should
never be reached). This should make cleaning up program termination
structures easier.


No differences found