aboutsummaryrefslogtreecommitdiff
path: root/dbfp.h
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2016-06-10 14:20:19 +0200
committerRobin Krahl <me@robin-krahl.de>2016-06-10 14:20:19 +0200
commit635ecce5990cc763160bb7e89b9291f09d06afc5 (patch)
treeefeebe916fa07afbc6f1e48d63cb2555a194920d /dbfp.h
parent08c86a69b964ca5183fbf93bf29d9a2fa9cb7663 (diff)
downloaddbfp-635ecce5990cc763160bb7e89b9291f09d06afc5.tar.gz
dbfp-635ecce5990cc763160bb7e89b9291f09d06afc5.tar.bz2
dbfp_query_departure: remove location argument, only use location_id
Diffstat (limited to 'dbfp.h')
-rw-r--r--dbfp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbfp.h b/dbfp.h
index 82d3801..d2be3f0 100644
--- a/dbfp.h
+++ b/dbfp.h
@@ -53,8 +53,7 @@ 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);
+int dbfp_query_departure(struct dbfp *dbfp, char *location_id, time_t time,
+ size_t *n, struct dbfp_departure **departures);
#endif /* DBFP_H_ */