From 8822124d60b47631c04f0f68d89948bc632d8930 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 27 Apr 2011 12:11:34 -0400 Subject: Don't depend on radsecproxy includes from parent directory This ends up being a problem both for Debian and RPM packaging. --- lib/radsecproxy-includes/tcp.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/radsecproxy-includes/tcp.h (limited to 'lib/radsecproxy-includes/tcp.h') diff --git a/lib/radsecproxy-includes/tcp.h b/lib/radsecproxy-includes/tcp.h new file mode 100644 index 0000000..c388895 --- /dev/null +++ b/lib/radsecproxy-includes/tcp.h @@ -0,0 +1,13 @@ +/* + * Copyright (C) 2008 Stig Venaas + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + */ + +const struct protodefs *tcpinit(uint8_t h); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ -- cgit v1.2.3