GRASS Programmer's Manual  6.4.2(2012)
init/local_proto.h
Go to the documentation of this file.
00001 /* chk_dbase.c */
00002 int can_make_location(char *, char *);
00003 
00004 /* clean_temp.c */
00005 int find_process(int);
00006 
00007 /* set_data.c */
00008 int list_locations(const char *);
00009 int list_mapsets(const char *, const char *);
00010 int first_word(char *);
00011 int hit_return(void);
00012 
00013 /* lock.c */
00014 int find_process(int);
00015 
00016 /* mke_loc.c */
00017 int make_location(const char *, const char *);
00018 
00019 /* mke_mapset.c */
00020 int make_mapset(const char *, const char *);
00021 
00022 /* other.c */
00023 int mapset_permissions(const char *);
00024 int mapset_message(const char *);
00025 int mapset_question(const char *);
00026 int printfile(const char *);
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines