diff options
Diffstat (limited to 'src/print.h')
-rw-r--r-- | src/print.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/print.h b/src/print.h new file mode 100644 index 0000000..5bbc2c1 --- /dev/null +++ b/src/print.h @@ -0,0 +1,9 @@ +#ifndef EVERY_PRINT_H +#define EVERY_PRINT_H + +#include "calendar.h" + +void print_console(struct calendar_s *cal); +void print_script(struct calendar_s *cal); + +#endif |