~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

Merge Monty's build uncrustification

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
#define MY_CHECK_ERROR  1       /* Params to my_end; Check open-close */
72
72
#define MY_GIVE_INFO    2       /* Give time info about process*/
73
73
 
74
 
#define MY_REMOVE_NONE    0     /* Params for modify_defaults_file */
75
 
#define MY_REMOVE_OPTION  1
76
 
#define MY_REMOVE_SECTION 2
77
 
 
78
74
#define ME_HIGHBYTE     8       /* Shift for colours */
79
75
#define ME_NOCUR        1       /* Don't use curses message */
80
76
#define ME_OLDWIN       2       /* Use old window */
401
397
                                char **group_suffix);
402
398
extern int load_defaults(const char *conf_file, const char **groups,
403
399
                         int *argc, char ***argv);
404
 
extern int modify_defaults_file(const char *file_location, const char *option,
405
 
                                const char *option_value,
406
 
                                const char *section_name, int remove_option);
407
400
extern int my_search_option_files(const char *conf_file, int *argc,
408
401
                                  char ***argv, uint32_t *args_used,
409
402
                                  Process_option_func func, void *func_ctx);