GRASS Programmer's Manual
6.4.3(2013)-r
|
#include "globals.h"
Go to the source code of this file.
Functions | |
void | new_ext_html (char *ext, char *gisbase, char **html, int major, int minor, int revision) |
void | delete_ext_html (char *ext, char *gisbase, char **html) |
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 delete_ext_html | ( | char * | ext, |
char * | gisbase, | ||
char ** | html | ||
) |
Definition at line 110 of file reg_html.c.
References delete_str(), find_pos(), MAXSTR, and print_warning().
Referenced by deregister_html().
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(), file, HTML_CMD, MAXSTR, NULL, print_error(), TMP_HTML, TMP_NULL, and VERBOSE.
Referenced by uninstall().
void new_ext_html | ( | char * | ext, |
char * | gisbase, | ||
char ** | html, | ||
int | major, | ||
int | minor, | ||
int | revision | ||
) |
Definition at line 29 of file reg_html.c.
References find_pos(), FORCE, insert_str(), MAXSTR, print_warning(), and UPGRADE.
Referenced by register_html(), and restore_html().
void register_html | ( | char * | pkg_short_name, |
char * | gisbase, | ||
int | major, | ||
int | minor, | ||
int | revision | ||
) |
Definition at line 169 of file reg_html.c.
References ERR_REGISTER_HTML, errno, exit_db(), file, HTML_CMD, MAXSTR, new_ext_html(), NULL, print_error(), 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(), HTML_CMD, MAXSTR, new_ext_html(), NULL, opendir(), print_error(), readdir(), TMP_HTML, TMP_NULL, and VERBOSE.
Referenced by restore().