tool_cfgable: Renamed Configurable structure to OperationConfig
To allow for the addition of a global config structure and prevent confusion between the two.
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
|
||||
struct Configurable;
|
||||
struct OperationConfig;
|
||||
|
||||
void clean_getout(struct Configurable *config);
|
||||
void clean_getout(struct OperationConfig *config);
|
||||
|
||||
bool output_expected(const char *url, const char *uploadfile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user