From a8609e55bd16b14a888535a7e2659b3217a9d1c7 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 26 Apr 2012 10:03:42 +0200 Subject: Add util.h and util.c. --- lib/util.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/util.h (limited to 'lib/util.h') diff --git a/lib/util.h b/lib/util.h new file mode 100644 index 0000000..90c55d8 --- /dev/null +++ b/lib/util.h @@ -0,0 +1,4 @@ +/* Copyright 2012 NORDUnet A/S. All rights reserved. + See the file COPYING for licensing information. */ + +char *rs_strdup (struct rs_context *ctx, const char *s); -- cgit v1.1