More warns cleanups and misc cleanups:
- Make fetch_mode a pointer 'cos we can just use the optarg.
- Constness.
- Add/complete prototypes.
- Change an int to a socklen_t.
- Don't use C++ style comments.
- Check return values from read and fork a little more carefully.
- Avoid closing an uninitialised int.
- Get rid of unneeded extern declarations.