[Pkg-privacy-commits] [libotr] 31/225: * src/context.h: Change "struct fingerprint" to "struct s_fingerprint" to appease some C++ compilers.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit f27916c4854b69f113243d6fb36ea96825f3106b
Author: cypherpunk <cypherpunk>
Date: Thu Apr 13 21:28:58 2006 +0000
* src/context.h: Change "struct fingerprint" to "struct
s_fingerprint" to appease some C++ compilers.
---
ChangeLog | 5 +++++
src/context.h | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f2a9c2a..6d6bb2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-13
+
+ * src/context.h: Change "struct fingerprint" to "struct
+ s_fingerprint" to appease some C++ compilers.
+
2006-02-09
* src/auth.c (otrl_auth_handle_v1_key_exchange): Fix
diff --git a/src/context.h b/src/context.h
index c71f95d..4aec29d 100644
--- a/src/context.h
+++ b/src/context.h
@@ -38,9 +38,9 @@ typedef enum {
sent to him. */
} OtrlMessageState;
-typedef struct fingerprint {
- struct fingerprint *next; /* The next fingerprint in the list */
- struct fingerprint **tous; /* A pointer to the pointer to us */
+typedef struct s_fingerprint {
+ struct s_fingerprint *next; /* The next fingerprint in the list */
+ struct s_fingerprint **tous; /* A pointer to the pointer to us */
unsigned char *fingerprint; /* The fingerprint, or NULL */
struct context *context; /* The context to which we belong */
char *trust; /* The trust level of the fingerprint */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list