Index: order_pcbway_conf.h =================================================================== --- order_pcbway_conf.h (revision 30944) +++ order_pcbway_conf.h (revision 30945) @@ -6,9 +6,9 @@ typedef struct { const struct { const struct { - CFT_STRING api_key; - CFT_BOOLEAN verbose; /* print log messages about the web traffic the plugin does */ - CFT_INTEGER cache_update_sec; /* re-download cached vendor files if they are older than the value specified here, in sec */ + RND_CFT_STRING api_key; + RND_CFT_BOOLEAN verbose; /* print log messages about the web traffic the plugin does */ + RND_CFT_INTEGER cache_update_sec; /* re-download cached vendor files if they are older than the value specified here, in sec */ } order_pcbway; } plugins; } conf_order_pcbway_t;