aboutsummaryrefslogtreecommitdiff
path: root/nmm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nmm.c')
-rw-r--r--nmm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nmm.c b/nmm.c
index 53997c9..9144977 100644
--- a/nmm.c
+++ b/nmm.c
@@ -130,6 +130,7 @@ static const struct strkey dirc[] = {
{ 0 } /* GCC will incorrectly complain about this, GCC BUG#53119 */
};
+__BEGIN_DECLS
int joinpts(const int, point *, point *);
void joinns(point *, point *);
void joinwe(point *, point *);
@@ -184,6 +185,7 @@ point *phaseone(scrgame *);
point *phasetwothree(scrgame *);
char *lower(char *);
int main(int, char **);
+__END_DECLS
const char *const instructions[] = {
"The board consists of positions connected with dashed lines, initially\n",