missed this one (nw)

This commit is contained in:
Miodrag Milanovic 2015-01-11 19:04:02 +01:00
parent 6730fb495a
commit ddd22cb78c

View File

@ -74,7 +74,7 @@ typedef struct value_struct {
value_ptr bplist_read_file(char *filename);
value_ptr bplist_read_user_pref(char *filename);
value_ptr bplist_read_system_pref(char *filename);
void bplist_free_data();
void bplist_free_data(void);
/*************** functions for accessing values ****************/