From a8ba089c93e28985e18fea053397be78f31ac2d6 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 7 Mar 2013 18:57:56 -0500 Subject: Wrap prototypes in __BEGIN_DECLS, as with best practice --- nmm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nmm.c') 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", -- cgit v1.2.3