summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/error.h')
-rw-r--r--openvpn/src/openvpn/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/error.h b/openvpn/src/openvpn/error.h
index 27c48b69..5571bfdb 100644
--- a/openvpn/src/openvpn/error.h
+++ b/openvpn/src/openvpn/error.h
@@ -194,6 +194,8 @@ void error_reset (void);
void errors_to_stderr (void);
void set_suppress_timestamps (bool suppressed);
+void set_parsable_output (bool parsable);
+
#define SDL_CONSTRAIN (1<<0)
bool set_debug_level (const int level, const unsigned int flags);