diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/aklogcatter.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/aklogcatter.h b/src/include/aklogcatter.h new file mode 100644 index 0000000..650ef7c --- /dev/null +++ b/src/include/aklogcatter.h @@ -0,0 +1,6 @@ +#ifndef AK_LOGCATTER_H +#define AK_LOGCATTER_H + +int ak_logcatter(); + +#endif // AK_LOGCATTER_H |