GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
reg_html.h
Go to the documentation of this file.
1 
2 /***************************************************************************
3  * reg_html.h
4  *
5  * Fri May 20 18:14:46 2005
6  * Copyright 2005 User
7  * Email
8  ****************************************************************************/
9 
10 /*
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation; either version 2 of the License, or
14  * (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24  */
25 
26 #ifndef _REG_HTML_H
27 #define _REG_HTML_H
28 
29 void register_html(char *pkg_short_name, char *gisbase, int major, int minor,
30  int revision);
31 
32 void deregister_html(char *pkg_short_name, char *gisbase);
33 
34 int restore_html(char *gisbase);
35 
36 #endif /* _REG_HTML_H */
tuple gisbase
Definition: forms.py:59
void deregister_html(char *pkg_short_name, char *gisbase)
Definition: reg_html.c:271
void register_html(char *pkg_short_name, char *gisbase, int major, int minor, int revision)
Definition: reg_html.c:169
int restore_html(char *gisbase)
Definition: reg_html.c:374