NetSurf
|
#include "utils/errors.h"
Go to the source code of this file.
Functions | |
nserror | ami_nsoption_read (void) |
nserror | ami_nsoption_write (void) |
nserror | ami_nsoption_set_location (const char *current_user_dir) |
void | ami_nsoption_free (void) |
void ami_nsoption_free | ( | void | ) |
Definition at line 52 of file nsoption.c.
References current_user_options.
Referenced by ami_nsoption_set_location(), and main().
nserror ami_nsoption_read | ( | void | ) |
Definition at line 29 of file nsoption.c.
References current_user_options, and nsoption_read().
Referenced by main().
nserror ami_nsoption_set_location | ( | const char * | current_user_dir | ) |
Definition at line 39 of file nsoption.c.
References ami_nsoption_free(), ASPrintf(), current_user_dir, current_user_options, NSERROR_NOMEM, and NSERROR_OK.
Referenced by ami_gui_get_user_dir().
nserror ami_nsoption_write | ( | void | ) |
Definition at line 34 of file nsoption.c.
References current_user_options, and nsoption_write().
Referenced by ami_gui_opts_use(), ami_openscreen(), and HOOKF().