aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/server.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-06-30 03:03:38 +0000
committerBrian Somers <brian@FreeBSD.org>1997-06-30 03:03:38 +0000
commit01ec25112cec96523085abaf06c6f109dc92ac73 (patch)
tree0b081877752b5426075ea7a24ec899216612b5d9 /usr.sbin/ppp/server.h
parent6373a10b4110264eb3189b321e45727e4affa42f (diff)
downloadsrc-01ec25112cec96523085abaf06c6f109dc92ac73.tar.gz
src-01ec25112cec96523085abaf06c6f109dc92ac73.zip
Allow specification of a umask for local socket
creation in "set server" command.
Notes
Notes: svn path=/head/; revision=27089
Diffstat (limited to 'usr.sbin/ppp/server.h')
-rw-r--r--usr.sbin/ppp/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/server.h b/usr.sbin/ppp/server.h
index ae420b790099..8421fe8f3397 100644
--- a/usr.sbin/ppp/server.h
+++ b/usr.sbin/ppp/server.h
@@ -1,6 +1,6 @@
extern int server;
-extern int ServerLocalOpen(const char *name);
+extern int ServerLocalOpen(const char *name, mode_t mask);
extern int ServerTcpOpen(int);
extern void ServerClose(void);