aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-17 20:22:54 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-17 20:22:54 +0100
commitcbafa8e54f0399bf4213c313a72907ba92250375 (patch)
tree63eb66a2c878048527e99ba3eb2b24c0797774eb /src/include
parent89d3a0ad2a64c027af5a1a9ac4f3ec23a8ae8868 (diff)
downloadgnunet-cbafa8e54f0399bf4213c313a72907ba92250375.tar.gz
gnunet-cbafa8e54f0399bf4213c313a72907ba92250375.zip
misc fixes in new CADET API, porting gnunet-cadet to new API
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_cadet_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 6f71424fb..4d13606ef 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -456,7 +456,7 @@ typedef void
456 int tunnel, 456 int tunnel,
457 int neighbor, 457 int neighbor,
458 unsigned int n_paths, 458 unsigned int n_paths,
459 struct GNUNET_PeerIdentity *paths); 459 const struct GNUNET_PeerIdentity *paths);
460 460
461 461
462/** 462/**