19 struct handler_data_io {
24 static struct handler_data_io *handler_io;
26 static void error_handler_io(
void *p)
32 Out = handler_io->Out;
61 handler_io =
G_malloc(
sizeof(
struct handler_data_io));
64 handler_io->Out = Out;
char * name
Map name (for 4.0)
int Vect_delete(const char *)
Delete vector map including attribute tables.
void G_free(void *)
Free allocated memory.
int Vect_close(struct Map_info *)
Close vector map.
void Vect_set_error_handler_io(struct Map_info *In, struct Map_info *Out)
Define standard error handler for input and output vector maps.
char * G_store(const char *)
Copy string to allocated memory.
#define VECT_OPEN_CODE
Vector map open code.
void G_add_error_handler(void(*)(void *), void *)
Add new error handler.