diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-03-14 00:59:19 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-03-14 00:59:19 +0200 |
commit | 48e044e9b6968729cbd86e14ef49dbdb7c45110b (patch) | |
tree | 556555cfa3353ad1bab6b1943c7cb9d54cca577d /src/include/aklogcatter.h | |
parent | 48891c1fb9e82870f6a94e4b9078d538146ba823 (diff) | |
download | arching-kaos-tools-48e044e9b6968729cbd86e14ef49dbdb7c45110b.tar.gz arching-kaos-tools-48e044e9b6968729cbd86e14ef49dbdb7c45110b.tar.bz2 arching-kaos-tools-48e044e9b6968729cbd86e14ef49dbdb7c45110b.zip |
yeap! cat the logs!
Diffstat (limited to 'src/include/aklogcatter.h')
-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 |