gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18480 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r18480 - gnunet/src/transport
Date: Tue, 6 Dec 2011 21:07:48 +0100

Author: grothoff
Date: 2011-12-06 21:07:48 +0100 (Tue, 06 Dec 2011)
New Revision: 18480

Modified:
   gnunet/src/transport/gnunet-transport-wlan-helper.c
Log:
-duplicated

Modified: gnunet/src/transport/gnunet-transport-wlan-helper.c
===================================================================
--- gnunet/src/transport/gnunet-transport-wlan-helper.c 2011-12-06 20:07:08 UTC 
(rev 18479)
+++ gnunet/src/transport/gnunet-transport-wlan-helper.c 2011-12-06 20:07:48 UTC 
(rev 18480)
@@ -535,21 +535,7 @@
 }
 
 
-#define GNUNET_MIN(a,b) (((a) < (b)) ? (a) : (b))
-
 /**
- * Named constants for return values.  The following
- * invariants hold: "GNUNET_NO == 0" (to allow "if (GNUNET_NO)")
- * "GNUNET_OK != GNUNET_SYSERR", "GNUNET_OK != GNUNET_NO", "GNUNET_NO != 
GNUNET_SYSERR"
- * and finally "GNUNET_YES != GNUNET_NO".
- */
-#define GNUNET_OK      1
-#define GNUNET_SYSERR -1
-#define GNUNET_YES     1
-#define GNUNET_NO      0
-
-
-/**
  * Add incoming data to the receive buffer and call the
  * callback for all complete messages.
  *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]