aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter.c
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-05-30 23:38:55 -0300
committerdequis <dx@dxzone.com.ar>2015-05-30 23:38:55 -0300
commit2ca933c271083fb9fee955263c0535b6fda43b22 (patch)
tree106de3249ae36babc130611890fa9bd37c6f8641 /protocols/twitter/twitter.c
parent73f0a012a1f6b3e5fa3c7905e4f216b5ac29a30c (diff)
twitter: add twitter_log_local_user back (oops)
Accidentally nuked it while resolving merge conflicts of a different branch.
Diffstat (limited to 'protocols/twitter/twitter.c')
-rw-r--r--protocols/twitter/twitter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c
index 7f5e0368..8c7e5ea9 100644
--- a/protocols/twitter/twitter.c
+++ b/protocols/twitter/twitter.c
@@ -858,6 +858,8 @@ static void twitter_buddy_data_free(struct bee_user *bu)
g_free(bu->data);
}
+bee_user_t twitter_log_local_user;
+
/** Convert the given bitlbee tweet ID, bitlbee username, or twitter tweet ID
* into a twitter tweet ID.
*