mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
11 lines
299 B
C
11 lines
299 B
C
--- xmailwatcher.c.orig Wed May 30 21:18:27 2007
|
|
+++ xmailwatcher.c Wed May 30 21:19:23 2007
|
|
@@ -149,7 +149,7 @@
|
|
void timedRescan();
|
|
void listEvent();
|
|
void iconEvent();
|
|
-void iconCallback();
|
|
+static void iconCallback(Widget w, XtPointer client_data, XtPointer call_data);
|
|
|
|
static int mapped;
|
|
|