GRASS Programmer's Manual
6.4.3(2013)-r
|
Go to the source code of this file.
Functions | |
void | register_html (char *pkg_short_name, char *gisbase, int major, int minor, int revision) |
void | deregister_html (char *pkg_short_name, char *gisbase) |
int | restore_html (char *gisbase) |
void deregister_html | ( | char * | pkg_short_name, |
char * | gisbase | ||
) |
Definition at line 271 of file reg_html.c.
References delete_ext_html(), ERR_REGISTER_HTML, errno, exit_db(), fclose(), file, HTML_CMD, MAXSTR, NULL, print_error(), sprintf(), TMP_HTML, TMP_NULL, and VERBOSE.
Referenced by uninstall().
Definition at line 169 of file reg_html.c.
References ERR_REGISTER_HTML, errno, exit_db(), fclose(), file, HTML_CMD, MAXSTR, new_ext_html(), NULL, print_error(), sprintf(), TMP_HTML, TMP_NULL, and VERBOSE.
Referenced by bin_install(), source_install(), and test_install().
int restore_html | ( | char * | gisbase | ) |
Definition at line 374 of file reg_html.c.
References ERR_REGISTER_HTML, errno, exit_db(), fclose(), HTML_CMD, MAXSTR, new_ext_html(), NULL, opendir(), print_error(), readdir(), sprintf(), TMP_HTML, TMP_NULL, and VERBOSE.
Referenced by restore().