25 #include <grass/gis.h>
26 #include <grass/Vect.h>
39 Map->head.organization =
NULL;
41 Map->head.date =
NULL;
43 Map->head.your_name =
NULL;
46 Map->head.map_name =
NULL;
48 Map->head.source_date =
NULL;
49 sprintf(buf,
"%s",
G_date());
51 Map->head.line_3 =
NULL;
58 Map->plus.Spidx_built = 0;
59 Map->plus.release_support = 0;
60 Map->plus.update_cidx = 0;
int Vect__init_head(struct Map_info *Map)
Initialize head structure.
char * G_whoami(void)
Gets user's name.
int Vect_copy_head_data(struct Map_info *from, struct Map_info *to)
Copy header data from one to another map.
char * G_date(void)
Current date and time.