Rename count_info to fix issue #157

This commit is contained in:
ejurgensen
2015-05-26 21:24:10 +02:00
parent 8dd1e0fde2
commit a1e417c571
3 changed files with 10 additions and 10 deletions

View File

@@ -345,7 +345,7 @@ struct watch_enum {
sqlite3_stmt *stmt;
};
struct count_info {
struct filecount_info {
uint32_t count;
uint32_t length;
};
@@ -402,7 +402,7 @@ int
db_query_fetch_group(struct query_params *qp, struct db_group_info *dbgri);
int
db_query_fetch_count(struct query_params *qp, struct count_info *ci);
db_query_fetch_count(struct query_params *qp, struct filecount_info *fci);
int
db_query_fetch_string(struct query_params *qp, char **string);