aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgrt-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r--src/gpgrt-int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index 2413257..fcce082 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -124,7 +124,8 @@ char *_gpgrt_strconcat_core (const char *s1, va_list arg_ptr);
#define xtryrealloc(a,b) _gpgrt_realloc ((a),(b))
#define xtrystrdup(a) _gpgrt_strdup ((a))
-
+void _gpgrt_pre_syscall (void);
+void _gpgrt_post_syscall (void);
const char *_gpg_error_check_version (const char *req_version);