GRASS Programmer's Manual  6.4.2(2012)
 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 *);