From 7bd18eed0316ca7cae8c416b1853842c7c375355 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 9 Mar 2011 12:48:00 +0100 Subject: Add missing header files. --- lib/err.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/err.h (limited to 'lib/err.h') diff --git a/lib/err.h b/lib/err.h new file mode 100644 index 0000000..5e1c9c9 --- /dev/null +++ b/lib/err.h @@ -0,0 +1,9 @@ +/* Copyright 2011 NORDUnet A/S. All rights reserved. + See the file COPYING 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); -- cgit v1.1