summaryrefslogtreecommitdiff
path: root/xserver/os/osdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/os/osdep.h')
-rw-r--r--xserver/os/osdep.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/xserver/os/osdep.h b/xserver/os/osdep.h
index fff088701..2e5a22907 100644
--- a/xserver/os/osdep.h
+++ b/xserver/os/osdep.h
@@ -269,4 +269,11 @@ extern void XdmcpRegisterBroadcastAddress(const struct sockaddr_in *addr);
extern void XdmAuthenticationInit(const char *cookie, int cookie_length);
#endif
+#ifdef X_PRIVSEP
+extern int priv_init(uid_t, gid_t);
+extern int priv_open_device(const char *);
+extern void priv_init_parent_process(pid_t);
+extern void priv_signal_parent(void);
+#endif
+
#endif /* _OSDEP_H_ */