diff options
Diffstat (limited to 'dbfp.c')
| -rw-r--r-- | dbfp.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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; | 
