summaryrefslogtreecommitdiff
path: root/cad/magic/patches/patch-netmenu_NMwiring.c
blob: 4c08966e58bc7d4aed3d91620ccce26be4e38223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-netmenu_NMwiring.c,v 1.2 2013/03/07 22:05:13 joerg Exp $

--- netmenu/NMwiring.c.orig	2013-03-02 23:01:19.000000000 +0000
+++ netmenu/NMwiring.c
@@ -152,8 +152,8 @@ nmwRipTileFunc(tile, plane, listHead)
  * ----------------------------------------------------------------------------
  */
 
-int
-NMRipup()
+void
+NMRipup(void)
 {
     struct nmwarea *list;
     Rect area;
@@ -531,8 +531,8 @@ nmwNetTileFunc(tile, plane, netPtr)
  * ----------------------------------------------------------------------------
  */
 
-int
-NMExtract()
+void
+NMExtract(void)
 {
     Rect area;
     char *net = NULL;