summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1999-07-21 03:56:53 +0000
committerhubertf <hubertf@NetBSD.org>1999-07-21 03:56:53 +0000
commit36f340bd47acb8baf6515e7754448dbb1e48a5a8 (patch)
tree748b31d2937624a543ba8d8a001dc09881c3205e /battlestar/extern.h
parent76808686fda1c6ee705960f64ccee77a9b29e5ee (diff)
downloadbsdgames-darwin-36f340bd47acb8baf6515e7754448dbb1e48a5a8.tar.gz
bsdgames-darwin-36f340bd47acb8baf6515e7754448dbb1e48a5a8.tar.zst
bsdgames-darwin-36f340bd47acb8baf6515e7754448dbb1e48a5a8.zip
Drop setgid privileges early. Derived from OpenBSD and sent in as PR 5970
by Joseph Myers <jsm28@cam.ac.uk>.
Diffstat (limited to 'battlestar/extern.h')
-rw-r--r--battlestar/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/battlestar/extern.h b/battlestar/extern.h
index afe2c0e2..7231ceb5 100644
--- a/battlestar/extern.h
+++ b/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.10 1999/02/10 01:36:50 hubertf Exp $ */
+/* $NetBSD: extern.h,v 1.11 1999/07/21 03:56:53 hubertf Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -340,6 +340,7 @@ void murder __P((void));
void news __P((void));
void newway __P((int));
void notarget __P((void));
+void open_score_file __P((void));
void parse __P((void));
void post __P((char));
void printobjs __P((void));