diff options
Diffstat (limited to 'src/debug.h')
| -rw-r--r-- | src/debug.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index 7bd9ed78..ead92b24 100644 --- a/src/debug.h +++ b/src/debug.h @@ -54,6 +54,9 @@ _gpgme_debug_srcname (const char *file)    return s? s+1:file;  } +/* Initialization helper function; see debug.c.  */ +int _gpgme_debug_set_debug_envvar (const char *value); +  /* Called early to initialize the logging.  */  void _gpgme_debug_subsystem_init (void);  | 
