From 6033e3191516f23c837b3878b00e23f0c90ed09a Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 6 Jun 2016 18:22:14 +0200 Subject: dbfp: rename dbfp_query_location_name to dbfp_query_location --- dbfp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbfp.c') diff --git a/dbfp.c b/dbfp.c index b2d8074..5c54a3d 100644 --- a/dbfp.c +++ b/dbfp.c @@ -123,8 +123,8 @@ void dbfp_location_close(struct dbfp_location *location) free(location->id); } -int dbfp_query_location_name(struct dbfp *dbfp, char *input, - size_t *n, struct dbfp_location **locations) +int dbfp_query_location(struct dbfp *dbfp, char *input, size_t *n, + struct dbfp_location **locations) { int err = 0; char *input_enc = NULL; -- cgit v1.2.1