Rename Bookmark->jid to Bookmark->barejid

This commit is contained in:
James Booth
2016-08-28 22:12:50 +01:00
parent 6a18dedca8
commit ea98a8b04a
4 changed files with 31 additions and 31 deletions

View File

@@ -78,7 +78,7 @@ typedef enum {
} jabber_invite_t;
typedef struct bookmark_t {
char *jid;
char *barejid;
char *nick;
char *password;
gboolean autojoin;