aboutsummaryrefslogtreecommitdiff
path: root/dbfp.h
diff options
context:
space:
mode:
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_ */