summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-01-12 10:41:37 -0500
committerThomas Markwalder <tmark@isc.org>2018-01-12 10:41:37 -0500
commitdb4e4aa2e429a070f30c5795300a77312144bc8f (patch)
treee8ba1c2a2baa518a9573069b821a03a45fd13b29 /includes
parentd394b602d43f24cd96fff3fbfb0c7b386b352cca (diff)
downloadisc-dhcp-db4e4aa2e429a070f30c5795300a77312144bc8f.tar.gz
[master] Fixed relative file name crash
Merges in rt46957
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 90456b76..24c8146f 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -2635,6 +2635,7 @@ char *buf_to_hex (const unsigned char *s, unsigned len,
const char *file, int line);
char *format_lease_id(const unsigned char *s, unsigned len, int format,
const char *file, int line);
+char *absolute_path(const char *orgpath);
/* socket.c */
#if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_RECEIVE) \
|| defined (USE_SOCKET_FALLBACK)