GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
init/local_proto.h
Go to the documentation of this file.
1 /* chk_dbase.c */
2 int can_make_location(char *, char *);
3 
4 /* clean_temp.c */
5 int find_process(int);
6 
7 /* set_data.c */
8 int list_locations(const char *);
9 int list_mapsets(const char *, const char *);
10 int first_word(char *);
11 int hit_return(void);
12 
13 /* lock.c */
14 int find_process(int);
15 
16 /* mke_loc.c */
17 int make_location(const char *, const char *);
18 
19 /* mke_mapset.c */
20 int make_mapset(const char *, const char *);
21 
22 /* other.c */
23 int mapset_permissions(const char *);
24 int mapset_message(const char *);
25 int mapset_question(const char *);
26 int printfile(const char *);
int mapset_message(const char *)
Definition: other.c:29
int mapset_question(const char *)
Definition: other.c:37
int make_mapset(const char *, const char *)
Definition: mke_mapset.c:13
int hit_return(void)
Definition: set_data.c:340
int list_mapsets(const char *, const char *)
Definition: set_data.c:287
int find_process(int pid)
Definition: clean_temp.c:172
int can_make_location(char *gisdbase, char *location)
Definition: chk_dbase.c:9
int mapset_permissions(const char *)
Definition: other.c:17
int first_word(char *)
Definition: set_data.c:329
int list_locations(const char *)
Definition: set_data.c:278
int printfile(const char *)
Definition: other.c:44
int make_location(const char *, const char *)
Definition: mke_loc.c:9