aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-07-20 17:35:03 +0200
committerMarius Halden <marius.h@lden.org>2016-07-20 17:35:03 +0200
commit3e9c5977fcae168218e66b1fb6a503713ed0500a (patch)
tree8582c2fe23d22dd1519957ed0061e04f56fb590d /protocols/twitter/twitter.h
parentf10e02c3db78cb1ebeef559c8094048904b7ec6c (diff)
parent1deca055c89a52125f6a14bca40fcf4e8004be23 (diff)
Merge branch 'twitter_log' into patched-master
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r--protocols/twitter/twitter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h
index 61afa4bb..6b7c0c0c 100644
--- a/protocols/twitter/twitter.h
+++ b/protocols/twitter/twitter.h
@@ -89,7 +89,7 @@ struct twitter_data {
struct twitter_log_data *filter_log;
int filter_log_id;
- gboolean long_ids;
+ int id_length;
int log_length;
};
@@ -106,8 +106,6 @@ struct twitter_user_data {
time_t last_time;
};
-#define TWITTER_SHORT_LOG_LENGTH 256
-#define TWITTER_LONG_LOG_LENGTH (256 * 256)
struct twitter_log_data {
guint64 id;
/* DANGER: bu can be a dead pointer. Check it first.