Commit Graph

3 Commits

Author SHA1 Message Date
Stephen Heumann 527483b03b Return specific values from main() in the various programs.
Previously, there were bare "return;" statements in some places, even though main() was declared as returning int. This is disallowed by C99 and later, and ORCA/C now complains about it when using full lint checks.
2020-02-06 17:28:55 -06:00
Stephen Heumann 7d79acda96 Complete AFP mounter program.
It can now successfully mount a volume, although only using a guest login.
2017-03-24 01:40:48 -05:00
Stephen Heumann f9a65d1f54 Start writing AFP mounter program/test case.
Currently this just does an NBP lookup.
2017-03-23 21:03:28 -05:00