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, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/error.h b/openvpn/src/openvpn/error.h
index 5571bfdb..1e1f2acf 100644
--- a/openvpn/src/openvpn/error.h
+++ b/openvpn/src/openvpn/error.h
@@ -194,7 +194,7 @@ void error_reset (void);
void errors_to_stderr (void);
void set_suppress_timestamps (bool suppressed);
-void set_parsable_output (bool parsable);
+void set_machine_readable_output (bool parsable);
#define SDL_CONSTRAIN (1<<0)