~lyz/bitlbee/quickstart-edits

« back to all changes in this revision

Viewing changes to protocols/twitter/twitter.h

  • Committer: Wilmer van der Gaast
  • Date: 2011-03-29 20:57:54 UTC
  • Revision ID: wilmer@gaast.net-20110329205754-zj53sq3f7w5mp144
Allow using the new 2-digit id's for retweets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
struct twitter_log_data
73
73
{
74
74
        guint64 id;
75
 
        struct bee_user *bu;
 
75
        struct bee_user *bu; /* DANGER: can be a dead pointer. Check it first. */
76
76
};
77
77
 
78
78
/**