diff options
Diffstat (limited to 'src/timeline.h')
-rw-r--r-- | src/timeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline.h b/src/timeline.h index f21b3b6..f31f618 100644 --- a/src/timeline.h +++ b/src/timeline.h @@ -10,5 +10,7 @@ struct timeline { struct timeline *timeline_from_json(char *); void timeline_free(struct timeline *); +int lod_timeline(const char *max_id, const char *since_id, const char *min_id, + int limit); #endif |