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.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dbfp.h') diff --git a/dbfp.h b/dbfp.h index af74f1d..82d3801 100644 --- a/dbfp.h +++ b/dbfp.h @@ -49,12 +49,12 @@ 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); +int dbfp_query_location(struct dbfp *dbfp, char *input, size_t *n, + struct dbfp_location **locations); void dbfp_departure_close(struct dbfp_departure *departure); int dbfp_query_departure(struct dbfp *dbfp, struct dbfp_location *location, - char *location_id, time_t time, size_t *n, - struct dbfp_departure **departures); + char *location_id, time_t time, size_t *n, + struct dbfp_departure **departures); #endif /* DBFP_H_ */ -- cgit v1.2.1