tool_cfgable: Code policing of structure pointers
This commit is contained in:
parent
4efa1d29e2
commit
78f26394dc
@ -210,8 +210,8 @@ struct OperationConfig {
|
||||
bool noalpn; /* enable/disable TLS ALPN extension */
|
||||
|
||||
struct GlobalConfig *global;
|
||||
struct OperationConfig* prev;
|
||||
struct OperationConfig* next; /* Always last in the struct */
|
||||
struct OperationConfig *prev;
|
||||
struct OperationConfig *next; /* Always last in the struct */
|
||||
};
|
||||
|
||||
struct GlobalConfig {
|
||||
@ -231,7 +231,7 @@ struct GlobalConfig {
|
||||
struct OperationConfig *last; /* Always last in the struct */
|
||||
};
|
||||
|
||||
void config_init(struct OperationConfig* config);
|
||||
void config_free(struct OperationConfig* config);
|
||||
void config_init(struct OperationConfig *config);
|
||||
void config_free(struct OperationConfig *config);
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_CFGABLE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user