diff options
Diffstat (limited to 'src/timeline.h')
-rw-r--r-- | src/timeline.h | 16 |
1 files changed, 0 insertions, 16 deletions
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 |