X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flibcore%2Flc_opts.h;h=671d7bf12dad5f1bb4401153ba87d8af8102418f;hb=be69051989e87f7300a7e6b8ca1bf69051337099;hp=191ac81130e979075fc749592f71f2c688f27e76;hpb=de1b0c8d4f653f534a38740ad7f6803d82f2762e;p=libfirm diff --git a/ir/libcore/lc_opts.h b/ir/libcore/lc_opts.h index 191ac8113..671d7bf12 100644 --- a/ir/libcore/lc_opts.h +++ b/ir/libcore/lc_opts.h @@ -312,21 +312,13 @@ int lc_opt_from_single_arg(const lc_opt_entry_t *grp, const lc_arg_env_t *lc_opt_get_arg_env(void); /** - * Standard procedure for options initialization. - * @param cmnt_name Base name for the file. - * @param root The option's root. - * @param arg_prefix A prefix that is added to each option. - * @param argc Number of entries in @p argv. - * @param argv A stadard argument vector. - * * This function tries to open a ini file in the user's homedir * (On win32 this is \Documents and Settings\Application Data) * which is called .rc (on win32 .ini) * * and an ini file in the current directory which is called .ini on * both systems. - * Afterwards, the argument vectors are processed. */ -void lc_opts_init(const char *ini_name, lc_opt_entry_t *root, const char *arg_prefix, int argc, const char **argv); +void lc_opt_default_configs(const char *init_name); #endif