aboutsummaryrefslogtreecommitdiff
path: root/dbfp.h
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2016-06-06 18:22:14 +0200
committerRobin Krahl <me@robin-krahl.de>2016-06-06 18:22:14 +0200
commit6033e3191516f23c837b3878b00e23f0c90ed09a (patch)
treeb88364e8965b6555dd3a0d8e7eba384517fc26cb /dbfp.h
parentc96d948a4b76875c91848518aa2f55f2774a4118 (diff)
downloaddbfp-6033e3191516f23c837b3878b00e23f0c90ed09a.tar.gz
dbfp-6033e3191516f23c837b3878b00e23f0c90ed09a.tar.bz2
dbfp: rename dbfp_query_location_name to dbfp_query_location
Diffstat (limited to 'dbfp.h')
-rw-r--r--dbfp.h8
1 files changed, 4 insertions, 4 deletions
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_ */