aboutsummaryrefslogtreecommitdiff
path: root/dbfp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbfp.h')
-rw-r--r--dbfp.h1
1 files changed, 1 insertions, 0 deletions
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);