summaryrefslogtreecommitdiff
path: root/lib/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/err.h')
-rw-r--r--lib/err.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/err.h b/lib/err.h
index ba83a53..de5851f 100644
--- a/lib/err.h
+++ b/lib/err.h
@@ -1,4 +1,4 @@
-/* Copyright 2011 NORDUnet A/S. All rights reserved.
+/* Copyright 2011,2013 NORDUnet A/S. All rights reserved.
See LICENSE for licensing information. */
struct rs_error *err_create (unsigned int code,
@@ -6,4 +6,5 @@ struct rs_error *err_create (unsigned int code,
int line,
const char *fmt,
...);
-int err_conn_push_err (struct rs_connection *conn, struct rs_error *err);
+int err_connbase_push_err (struct rs_conn_base *, struct rs_error *);
+int rs_err_connbase_push (struct rs_conn_base *, int, const char *, ...);