~tnedel/schedio/schedio3

« back to all changes in this revision

Viewing changes to schedio/add.h

  • Committer: Florent Delayen
  • Date: 2011-08-21 19:37:49 UTC
  • Revision ID: fdelayen@yahoo.com-20110821193749-p8exy67f3j2g0abg
Schedio 3 : Alpha 3 (2.7.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
void add(GtkWidget * button, gpointer data);
5
5
 
 
6
int add_source_load_combo(GtkWidget * combobox); // used in manage_config.c and add.c
 
7
 
6
8
#endif