diff options
Diffstat (limited to 'channel.h')
-rw-r--r-- | channel.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ struct channel_file_t { struct channel_t { char *name; struct channel_file_t *files; + + unsigned long hours[24*4]; }; void channel_init(); |