diff options
| author | daniel <daniel@planethacker.net> | 2025-05-07 09:45:50 -0700 |
|---|---|---|
| committer | daniel <daniel@planethacker.net> | 2025-05-07 09:45:50 -0700 |
| commit | eeac69b2168c5a65f9608771006ccc43033cbd23 (patch) | |
| tree | 1dc44a6016b607085a691768810d551045df9901 /prochide.h | |
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 */ |
