diff options
Diffstat (limited to 'prochide.h')
| -rw-r--r-- | prochide.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/prochide.h b/prochide.h new file mode 100644 index 0000000..a23fb9b --- /dev/null +++ b/prochide.h @@ -0,0 +1,13 @@ +/* + * LOKI3 + * + * [ prochide.h ] + * + * 2019 and beyond Elective Surgery [dmfr] + */ + +#include <stdbool.h> + +bool prochide(int argc, char *argv[]); + +/* EOF */ |
