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 5ad75ea..73f2dde 100644
--- a/channel.h
+++ b/channel.h
@@ -17,6 +17,8 @@ struct channel_t {
void channel_init();
struct channel_t *channel_add(const char *name);
struct channel_file_t *channel_file_add(struct channel_t *channel, const char *path, int rs_index);
+int channel_get_count();
+struct channel_t *channel_get(int index);
void channel_free();
#endif