From 99319968f3e3ebbdce6c37f04243f734e98b28b3 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 10 Mar 2016 18:03:22 +0100 Subject: dbfp: introduce dbfp_location_close dbfp_location_close releases the resources allocated by a dbfp_location structure. It does not free the structure itself. --- dbfp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbfp.h') diff --git a/dbfp.h b/dbfp.h index 7871372..589ac06 100644 --- a/dbfp.h +++ b/dbfp.h @@ -33,6 +33,7 @@ struct dbfp_location { int dbfp_init(struct dbfp *dbfp, char *key); void dbfp_close(struct dbfp *dbfp); +void dbfp_location_close(struct dbfp_location *location); int dbfp_query_location_name(struct dbfp *dbfp, char *input, size_t *n, struct dbfp_location **locations); -- cgit v1.2.3