aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-defs.h')
-rw-r--r--src/assuan-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/assuan-defs.h b/src/assuan-defs.h
index 9538223..fc2fdeb 100644
--- a/src/assuan-defs.h
+++ b/src/assuan-defs.h
@@ -433,5 +433,7 @@ void _assuan_server_release (assuan_context_t ctx);
/* Encode the C formatted string SRC and return the malloc'ed result. */
char *_assuan_encode_c_string (assuan_context_t ctx, const char *src);
+void _assuan_pre_syscall (void);
+void _assuan_post_syscall (void);
#endif /*ASSUAN_DEFS_H*/