summaryrefslogtreecommitdiff
path: root/lib/gnutls_alert.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_alert.h')
-rw-r--r--lib/gnutls_alert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_alert.h b/lib/gnutls_alert.h
new file mode 100644
index 0000000000..bc3247843a
--- /dev/null
+++ b/lib/gnutls_alert.h
@@ -0,0 +1,2 @@
+AlertDescription gnutls_alert_get_last( GNUTLS_STATE state);
+int gnutls_send_alert( GNUTLS_STATE state, AlertLevel level, AlertDescription desc);