]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
rx-warning-cleanup-20030213
authorLove Hörnquist-Åstrand <lha@stacken.kth.se>
Thu, 13 Feb 2003 06:46:07 +0000 (06:46 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 13 Feb 2003 06:46:07 +0000 (06:46 +0000)
FIXES 1299

fix prototype

src/rx/rx_event.c

index 7c719f56ff5d611758c82d771a4cbd394c2190dd..8c689ac611aa876a2f9d6d7eaff9fe2ebd15db42 100644 (file)
@@ -80,7 +80,7 @@ static int rxepoch_allocUnit = 10;   /* Allocation unit (number of epoch records
 int rxevent_nFree;                /* Number of free event records */
 int rxevent_nPosted;      /* Current number of posted events */
 int rxepoch_nFree;                /* Number of free epoch records */
-static int (*rxevent_ScheduledEarlierEvent)(void); /* Proc to call when an event is scheduled that is earlier than all other events */
+static void (*rxevent_ScheduledEarlierEvent)(void); /* Proc to call when an event is scheduled that is earlier than all other events */
 struct xfreelist { 
     void *mem;
     int size;