summaryrefslogtreecommitdiff
path: root/cad/magic/patches/patch-netmenu_NMshowcell.c
blob: bfa33f3f7eceb98aae5cb16aa5edfaf1fd38e6de (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
27
28
29
30
31
32
$NetBSD: patch-netmenu_NMshowcell.c,v 1.2 2013/03/07 22:05:13 joerg Exp $

--- netmenu/NMshowcell.c.orig	2013-03-02 22:58:33.000000000 +0000
+++ netmenu/NMshowcell.c
@@ -77,13 +77,8 @@ static CellDef *nmscShowDef = NULL;
 static Plane *nmscPlane;	/* Shared between procs below. */
 extern int nmscRedrawFunc();	/* Forward declaration. */
 
-int
-NMRedrawCell(window, plane)
-    MagWindow *window;		/* Window in which to redisplay. */
-    Plane *plane;		/* Non-space tiles on this plane indicate,
-				 * in root cell coordinates, the areas where
-				 * highlight information must be redrawn.
-				 */
+void
+NMRedrawCell(MagWindow *window, Plane *plane)
 {
     int i;
     Rect area;
@@ -319,9 +314,8 @@ NMShowUnderBox()
  * ----------------------------------------------------------------------------
  */
 
-int
-NMShowRoutedNet(netName)
-    char * netName;
+void
+NMShowRoutedNet(char *netName)
 {
     int nmShowRoutedNetFunc();