Changeset 1bdc669 for protocols/jabber/jabber.h
- Timestamp:
- 2023-02-23T23:48:10Z (2 years ago)
- Branches:
- master
- Children:
- 93d4d8f
- Parents:
- 7342cae
- git-author:
- Jelmer Vernooij <jelmer@…> (23-02-23 23:48:10)
- git-committer:
- GitHub <noreply@…> (23-02-23 23:48:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r7342cae r1bdc669 28 28 29 29 #include "bitlbee.h" 30 #include "md5.h"31 30 #include "xmltree.h" 32 31 … … 105 104 char *gmail_tid; 106 105 107 md5_state_tcached_id_prefix;106 GChecksum *cached_id_prefix; 108 107 GHashTable *node_cache; 109 108 GHashTable *buddies;
Note: See TracChangeset
for help on using the changeset viewer.