I'd like to change done() to return void, and replace all the main() calls with the two lines done(status); return 1;
Why not just replace them with
return status;
I fail to see what we gain by calling done() at the end of main().
--
JB
_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [Nmh-workers] Changing the return type of done(), Joel Reicher |
|---|---|
| Next by Date: | Re: [Nmh-workers] Changing the return type of done(), Joel Reicher |
| Previous by Thread: | Re: [Nmh-workers] Changing the return type of done(), Josh Bressers |
| Next by Thread: | Re: [Nmh-workers] Changing the return type of done(), Joel Reicher |
| Indexes: | [Date] [Thread] [Top] [All Lists] |