diff options
author | nirav <nirav@teisuu.com> | 2019-03-10 13:30:19 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2019-03-10 13:30:19 +0530 |
commit | 7e8ea36eb8106b4847af13a27a3e8f3177d25809 (patch) | |
tree | 084b59cf020d82985cdcb09bad18721cd5ecdf7e /src/timeline.c | |
parent | bd7b0be8978cfd30ac72cf36021153b2a7d68051 (diff) | |
download | ap_client-7e8ea36eb8106b4847af13a27a3e8f3177d25809.tar.gz ap_client-7e8ea36eb8106b4847af13a27a3e8f3177d25809.zip |
Refactor main.c and auth.c
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; +} |