summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_db_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h
index cd498c5330..8961f84fc9 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -48,6 +48,7 @@ struct DBCachedContact
{
HANDLE hContact;
HANDLE hNext;
+ char *szProto;
DBCachedContactValue* first;
DBCachedContactValue* last;
};