GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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, free(), HTML_CMD, malloc(), 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, free(), HTML_CMD, malloc(), MAXSTR, new_ext_html(), NULL, print_error(), sprintf(), TMP_HTML, TMP_NULL, and VERBOSE.
Referenced by bin_install(), source_install(), and test_install().