summaryrefslogtreecommitdiffstats
path: root/src/privsep.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-09-06 11:58:29 +0100
committerRoy Marples <roy@marples.name>2020-09-06 11:58:29 +0100
commitc7047b246b43453c8ecd42154b608b6f899b8b9e (patch)
tree4c84764dc8f1d65f5c3af4bfe7b1b7ce8471a0cb /src/privsep.h
parent1fbb7b5b9879fe2b03c1a9e7b028eaf4c0ce9d6c (diff)
downloaddhcpcd-c7047b246b43453c8ecd42154b608b6f899b8b9e.tar.xz
privsep: dropprivs can be static
Diffstat (limited to 'src/privsep.h')
-rw-r--r--src/privsep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/privsep.h b/src/privsep.h
index 877f1527..c7895432 100644
--- a/src/privsep.h
+++ b/src/privsep.h
@@ -166,7 +166,6 @@ TAILQ_HEAD(ps_process_head, ps_process);
#endif
int ps_init(struct dhcpcd_ctx *);
-int ps_dropprivs(struct dhcpcd_ctx *);
int ps_start(struct dhcpcd_ctx *);
int ps_stop(struct dhcpcd_ctx *);
int ps_mastersandbox(struct dhcpcd_ctx *);