Index: fp_wget_conf.h =================================================================== --- fp_wget_conf.h (revision 30944) +++ fp_wget_conf.h (revision 30945) @@ -6,9 +6,9 @@ typedef struct { const struct { const struct { - CFT_BOOLEAN auto_update_gedasymbols; /* update the index of gedasymbols on startup automatically */ - CFT_BOOLEAN auto_update_edakrill; /* update the index of edakrill on startup automatically */ - CFT_STRING cache_dir; /* where to build the cache */ + RND_CFT_BOOLEAN auto_update_gedasymbols; /* update the index of gedasymbols on startup automatically */ + RND_CFT_BOOLEAN auto_update_edakrill; /* update the index of edakrill on startup automatically */ + RND_CFT_STRING cache_dir; /* where to build the cache */ } fp_wget; } plugins; } conf_fp_wget_t;