diff options
Diffstat (limited to '')
-rw-r--r-- | gpgme/gpgme.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 4969c8e6..eaabd4e3 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -21,9 +21,16 @@ #ifndef GPGME_H #define GPGME_H #ifdef __cplusplus -extern "C" { +extern "C" { +#if 0 /* just to make Emacs auto-indent happy */ +} +#endif #endif +struct gpgme_context_s; +typedef struct gpgme_context_s *GPGME; + + #ifdef __cplusplus |