GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
reg_entries.h
Go to the documentation of this file.
1 
2 /***************************************************************************
3  * reg_entries.h
4  *
5  * Fri May 13 11:35: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 Library 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_ENTRIES_H
27 #define _REG_ENTRIES_H
28 
29 void register_entries_gisman(char *pkg_short_name, char *gisbase);
30 
31 void register_entries_gisman2(char *pkg_short_name, char *gisbase);
32 
33 int deregister_entries_gisman(char *pkg_short_name, char *gisbase);
34 
35 void deregister_entries_gisman2(char *pkg_short_name, char *gisbase);
36 
38 
39 #endif /* _REG_ENTRIES_H */
int restore_entries_gisman(char *gisbase)
Definition: reg_entries.c:692
tuple gisbase
Definition: forms.py:59
int deregister_entries_gisman(char *pkg_short_name, char *gisbase)
Definition: reg_entries.c:461
void register_entries_gisman(char *pkg_short_name, char *gisbase)
Definition: reg_entries.c:232
void deregister_entries_gisman2(char *pkg_short_name, char *gisbase)
Definition: reg_entries.c:653
void register_entries_gisman2(char *pkg_short_name, char *gisbase)
Definition: reg_entries.c:415