diff options
Diffstat (limited to 'src/assuan-defs.h')
-rw-r--r-- | src/assuan-defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/assuan-defs.h b/src/assuan-defs.h index f17e906..b299435 100644 --- a/src/assuan-defs.h +++ b/src/assuan-defs.h @@ -75,6 +75,10 @@ struct assuan_io }; +/* The global variable with the optional hook fucntions. */ +extern struct assuan_io_hooks _assuan_io_hooks; + + /* The context we use with most functions. */ struct assuan_context_s { |