summaryrefslogtreecommitdiff
path: root/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'channel.h')
-rw-r--r--channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channel.h b/channel.h
index 73f2dde..0335782 100644
--- a/channel.h
+++ b/channel.h
@@ -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();