From ddddde8f5202c6ae5da26b19e2c6a84709b8ea4d Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 21 Nov 2007 13:33:11 +0000 Subject: moved genericconfig to gconfig.c and reorganised header files git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@197 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- util.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 util.h (limited to 'util.h') diff --git a/util.h b/util.h new file mode 100644 index 0000000..9ec4817 --- /dev/null +++ b/util.h @@ -0,0 +1,6 @@ +#include + +char *stringcopy(char *s, int len); +char *addr2string(struct sockaddr *addr, socklen_t len); +void printfchars(char *prefixfmt, char *prefix, char *charfmt, char *chars, int len); +int connectport(int type, char *host, char *port); -- cgit v1.1