summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 7362139..1277a25 100644
--- a/src/util.h
+++ b/src/util.h
@@ -14,8 +14,8 @@
extern "C" {
#endif
- FILE *
- pexecvp(const char *file, char *const argv[], pid_t *pid, char *type);
+ FILE * pexecvp(const char *file, char *const argv[],
+ pid_t *pid, const char *type);
#ifdef __cplusplus
}