summaryrefslogtreecommitdiffstats
path: root/sail/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'sail/extern.h')
-rw-r--r--sail/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sail/extern.h b/sail/extern.h
index dd477ea7..5b6bbba3 100644
--- a/sail/extern.h
+++ b/sail/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.37 2011/08/26 06:18:18 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.38 2011/08/29 20:30:37 joerg Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -358,7 +358,7 @@ void startup(void);
/* pl_main.c */
void pl_main_init(void);
void pl_main_uninit(void);
-void pl_main(void);
+__dead void pl_main(void);
/* sync.c */
void fmtship(char *, size_t, const char *, struct ship *);