summaryrefslogtreecommitdiff
path: root/sysutils/44bsd-more/files/patch-marks.c
blob: 9878ff5b832e3f9e175bbb91014f8d75eff2b2c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- marks.c.orig	2011-09-08 01:18:08.000000000 +0800
+++ marks.c	2011-09-08 01:18:34.000000000 +0800
@@ -129,6 +129,7 @@ badmark(c)
 /*
  * Set a bookmark.
  */
+void
 setmark(c)
 	int c;  /* user identifier for bookmark to set */
 {
@@ -318,6 +319,7 @@ fprintf_error:
 /*
  * Go to a previously set mark.
  */
+void
 gomark(c)
 	int c;
 {