Move lib to the root.
[libradsec.git] / err.h
diff --git a/err.h b/err.h
new file mode 100644 (file)
index 0000000..ba83a53
--- /dev/null
+++ b/err.h
@@ -0,0 +1,9 @@
+/* Copyright 2011 NORDUnet A/S. All rights reserved.
+   See LICENSE for licensing information. */
+
+struct rs_error *err_create (unsigned int code,
+                            const char *file,
+                            int line,
+                            const char *fmt,
+                            ...);
+int err_conn_push_err (struct rs_connection *conn, struct rs_error *err);