fix to safe_strdup prototype.
[debian/dhcpd-pools.git] / src / dhcpd-pools.h
index a17c6b8..5982ba3 100644 (file)
@@ -105,7 +105,7 @@ int do_counting (void);
 void flip_ranges(struct range_t *ranges, struct range_t *tmp_ranges);
 /* General support functions */
 void *safe_malloc (const size_t size);
-inline char *safe_strdup(const char *str);
+char *safe_strdup(const char *str);
 void print_version (void);
 void usage (int status);
 /* qsort required functions... */