diff options
Diffstat (limited to 'src/timeline.h')
-rw-r--r-- | src/timeline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline.h b/src/timeline.h index ea72e5c..296bbe8 100644 --- a/src/timeline.h +++ b/src/timeline.h @@ -10,7 +10,7 @@ struct timeline { struct timeline *timeline_from_json(const char *); void timeline_free(struct timeline *); -int get_timeline(const char *max_id, const char *since_id, const char *min_id, - int limit, void (*callback)(bool success, struct timeline *t)); +struct timeline *get_timeline(const char *max_id, const char *since_id, const char *min_id, + int limit); #endif |