/* error.c */ void init_error(); /* connect.c */ int open_connection(); int close_connection(); /* cursor.c */ cursor *alloc_cursor(); void free_cursor(cursor * c); /* describe.c */ int describe_table(SQLHSTMT stmt, dbTable ** table);