diff options
Diffstat (limited to 'calendar/clist.h')
-rw-r--r-- | calendar/clist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/clist.h b/calendar/clist.h new file mode 100644 index 0000000000..061c1b316c --- /dev/null +++ b/calendar/clist.h @@ -0,0 +1,2 @@ +GtkWidget *create_clist(void); +void setup_clist(GtkWidget *clist); |