aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport-wlan-helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-06 20:07:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-06 20:07:48 +0000
commit27c7d27887182bbf8fa49fcf3d2583bacba41e5c (patch)
tree8cf483213734d44af874bc22c47145802cc76a04 /src/transport/gnunet-transport-wlan-helper.c
parent5629c08d1de8cbab4ed1b96c090edde48649f2ef (diff)
downloadgnunet-27c7d27887182bbf8fa49fcf3d2583bacba41e5c.tar.gz
gnunet-27c7d27887182bbf8fa49fcf3d2583bacba41e5c.zip
-duplicated
Diffstat (limited to 'src/transport/gnunet-transport-wlan-helper.c')
-rw-r--r--src/transport/gnunet-transport-wlan-helper.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/transport/gnunet-transport-wlan-helper.c b/src/transport/gnunet-transport-wlan-helper.c
index 28e6b402f..bb03a8458 100644
--- a/src/transport/gnunet-transport-wlan-helper.c
+++ b/src/transport/gnunet-transport-wlan-helper.c
@@ -535,20 +535,6 @@ GNUNET_SERVER_mst_create (GNUNET_SERVER_MessageTokenizerCallback cb,
535} 535}
536 536
537 537
538#define GNUNET_MIN(a,b) (((a) < (b)) ? (a) : (b))
539
540/**
541 * Named constants for return values. The following
542 * invariants hold: "GNUNET_NO == 0" (to allow "if (GNUNET_NO)")
543 * "GNUNET_OK != GNUNET_SYSERR", "GNUNET_OK != GNUNET_NO", "GNUNET_NO != GNUNET_SYSERR"
544 * and finally "GNUNET_YES != GNUNET_NO".
545 */
546#define GNUNET_OK 1
547#define GNUNET_SYSERR -1
548#define GNUNET_YES 1
549#define GNUNET_NO 0
550
551
552/** 538/**
553 * Add incoming data to the receive buffer and call the 539 * Add incoming data to the receive buffer and call the
554 * callback for all complete messages. 540 * callback for all complete messages.