From 477e1ba2977435ae7bb75c7dbd95cf28247f89bd Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 28 Mar 2019 09:10:52 +0530 Subject: Move APIs into libgs dir --- src/timeline.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/timeline.h (limited to 'src/timeline.h') diff --git a/src/timeline.h b/src/timeline.h deleted file mode 100644 index 296bbe8..0000000 --- a/src/timeline.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __TIMELINE_H -#define __TIMELINE_H - -#include "status.h" - -struct timeline { - struct status **statuses; - size_t size; -}; - -struct timeline *timeline_from_json(const char *); -void timeline_free(struct timeline *); -struct timeline *get_timeline(const char *max_id, const char *since_id, const char *min_id, - int limit); - -#endif -- cgit v1.2.3