From 1ab6177e27ef129a8c52746fe1a761fbd5074e42 Mon Sep 17 00:00:00 2001 From: Karl-Heinz Zimmer Date: Sat, 1 Jun 2002 15:35:07 +0000 Subject: [PATCH] sync our cryptplug.h with the version in KDE/libkdenetwork/ that was corrected my Marc Mutz. --- gpgmeplug/cryptplug.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index 026be5e..f45fed9 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -23,6 +23,8 @@ #ifndef CRYPTPLUG_H #define CRYPTPLUG_H +#include + #ifdef __cplusplus extern "C" { #else @@ -31,8 +33,6 @@ typedef char bool; #define false 0 #endif -#include - /*! \file cryptplug.h \brief Common API header for CRYPTPLUG. @@ -1324,7 +1324,7 @@ struct StructuringInfo { \see free_StructuringInfo, StructuringInfo \see signMessage, encryptMessage, encryptAndSignMessage */ - static void init_StructuringInfo( struct StructuringInfo* s ) + inline void init_StructuringInfo( struct StructuringInfo* s ) { if( ! s ) return; @@ -1365,7 +1365,7 @@ struct StructuringInfo { \see StructuringInfo */ - static void free_StructuringInfo( struct StructuringInfo* s ) + inline void free_StructuringInfo( struct StructuringInfo* s ) { if( ! s ) return; if( s->contentTypeMain ) free( s->contentTypeMain ); -- 2.26.2