diff options
Diffstat (limited to 'grundgeruest/log.h')
| -rw-r--r-- | grundgeruest/log.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/grundgeruest/log.h b/grundgeruest/log.h new file mode 100644 index 0000000..e6b171f --- /dev/null +++ b/grundgeruest/log.h @@ -0,0 +1,7 @@ +#ifndef _LOG_H +#define _LOG_H + +void log(); +void log_cleanup(); + +#endif |
