diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-29 18:27:14 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-29 18:27:14 +0100 |
| commit | a301310bef5706273148fd10d05d7666bc8f5838 (patch) | |
| tree | 2b9f156d402a39501d8b39d4d42d652f4c1bad6a /src/manual.h | |
| parent | ab80fa342031a548b549e4581cb946982b433c3a (diff) | |
started with the manual and integrating it in main.c
Diffstat (limited to 'src/manual.h')
| -rw-r--r-- | src/manual.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/manual.h b/src/manual.h new file mode 100644 index 0000000..3e43a41 --- /dev/null +++ b/src/manual.h @@ -0,0 +1,6 @@ +#ifndef OXEN_MANUAL_H +#define OXEN_MANUAL_H + +void print_manual(void); + +#endif // OXEN_MANUAL_H |
