GRASS Programmer's Manual
6.4.3(2013)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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
37
int
restore_entries_gisman
(
char
*
gisbase
);
38
39
#endif
/* _REG_ENTRIES_H */
gem
reg_entries.h
Generated on Thu Sep 26 2013 09:48:06 for GRASS Programmer's Manual by
1.8.4