From 203a2d2e8857e4c83f8f5e1a89de03ea08538cb2 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 7 Aug 2010 22:06:24 +0100 Subject: Allow protocol modules to keep per-contact protocol-specific data. Use this in the Twitter module to remember the id and timestamp of a contact's last tweet, which can later be used for simple replies/retweets. --- protocols/bee.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/bee.h') diff --git a/protocols/bee.h b/protocols/bee.h index a8517f2e..5792e988 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -79,6 +79,7 @@ typedef struct bee_user bee_t *bee; void *ui_data; + void *data; /* Can be used by the IM module. */ } bee_user_t; /* This one's mostly used so save space and make it easier (cheaper) to -- cgit v1.2.3