diff options
Diffstat (limited to 'src/timeline.c')
-rw-r--r-- | src/timeline.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/timeline.c b/src/timeline.c index c2ca486..7b0a567 100644 --- a/src/timeline.c +++ b/src/timeline.c @@ -68,3 +68,8 @@ void timeline_free(struct timeline *t) } free(t); } + +int lod_timeline(const char *max_id, const char *since_id, const char *min_id, int limit) +{ + return 0; +} |