summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/util.h b/util.h
index eb97e2721f..db80ac0e81 100644
--- a/util.h
+++ b/util.h
@@ -29,14 +29,6 @@
extern "C" {
#endif /* __cplusplus */
-
-/* create a tempfile with the given prefix (e.g. "ether")
- * namebuf (and namebuflen) should be 128+1 bytes long (BTW: why?)
- * returns the file descriptor of the new tempfile and
- * the name of the new file in namebuf
- */
-int create_tempfile(char *namebuf, int namebuflen, const char *pfx);
-
/* Collect command-line arguments as a string consisting of the arguments,
* separated by spaces.
*/