summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/util.h b/src/util.h
deleted file mode 100644
index f30047e..0000000
--- a/src/util.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright 2006 Johannes Hofmann <Johannes.Hofmann@gmx.de>
- *
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
- */
-#ifndef _UTIL_H_
-#define _UTIL_H_
-
-#include <stdio.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- FILE *
- pexecvp(const char *file, char *const argv[], pid_t *pid, char *type);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif