$OpenBSD: patch-maze_c,v 1.1 2017/05/10 23:34:25 espie Exp $

Index: maze.c
--- maze.c.orig
+++ maze.c
@@ -124,6 +124,7 @@ static mazedata   mazes[] = {
 		  "z---x---x---x---x---c" } };
 
 
+void
 read_maze(num)
 int num;
 {
@@ -259,6 +260,7 @@ int num;
  * The function which follows is used at the beginning of each level to
  * set up the initial parameters for all of the moving figures.
  */
+void
 position_players()
 {
    int 		i;
