diff options
| author | spv <spv@spv.sh> | 2025-11-17 16:47:32 -0500 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2025-11-17 16:47:32 -0500 |
| commit | 6f2cd6be1d44fb13d75f66418c9a27b01b77a53d (patch) | |
| tree | 7ba44fa400145e77ef487b9fd1de36d692e7cd9f /src/report.h | |
| parent | 6f010046f0f17a5684a0f30423e2b3c6a41099d1 (diff) | |
add WIP report gen, systemd user service, work time tracker, sig handling
Diffstat (limited to 'src/report.h')
| -rw-r--r-- | src/report.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h new file mode 100644 index 0000000..d776718 --- /dev/null +++ b/src/report.h @@ -0,0 +1,8 @@ +#ifndef REPORT_H +#define REPORT_H + +#include <stdio.h> + +void gen_report(FILE* fp); + +#endif |
