summaryrefslogtreecommitdiff
path: root/src/protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protos.h')
-rw-r--r--src/protos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/protos.h b/src/protos.h
index 7cc3489..407caf6 100644
--- a/src/protos.h
+++ b/src/protos.h
@@ -25,7 +25,10 @@
wchar_t *_gpgrt_utf8_to_wchar (const char *string);
void _gpgrt_free_wchar (wchar_t *wstring);
char *_gpgrt_wchar_to_utf8 (const wchar_t *string, size_t length);
+
+/*-- estream.c --*/
void _gpgrt_w32_set_errno (int ec);
+gpg_err_code_t _gpgrt_w32_get_last_err_code (void);
#endif /*_GPGRT_PROTOS_H*/