summaryrefslogtreecommitdiff
path: root/pathexec.h
diff options
context:
space:
mode:
authorJon Marler <jmarler@debian.org>2006-01-30 16:43:31 -0600
committerDmitry Bogatov <KAction@debian.org>2018-11-29 05:18:30 +0000
commitb4de5e82cf2c89f89d102aa8bc735d4499582add (patch)
tree8664b160556e424d6759a07bf4df40239722cb5f /pathexec.h
parent9153362023a649853b7cfff374ed686b6586761f (diff)
Import Debian changes 0.88-10
ucspi-tcp (0.88-10) unstable; urgency=low * Added IPV6 Patch (Closes: #151550) * New man pages included with IPV6 patch (Closes: #142736) * Added man pages back into build script (Closes: #105610) * Moved ucspi-tcp-misc programs into ucspi-tcp package (Closes: #255707)
Diffstat (limited to 'pathexec.h')
-rw-r--r--pathexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathexec.h b/pathexec.h
index 6fcbb89..bef93b4 100644
--- a/pathexec.h
+++ b/pathexec.h
@@ -2,7 +2,7 @@
#define PATHEXEC_H
extern void pathexec_run(char *,char **,char **);
-extern int pathexec_env(char *,char *);
+extern int pathexec_env(const char *,const char *);
extern void pathexec(char **);
#endif