aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-09 12:22:04 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-09 12:22:04 +0100
commitec19c1e316efdd29a7af0524fc2ff33cc4b19d09 (patch)
tree184a59ff1c8408c462254e53f7e2004be829e237 /src/include/gnunet_strings_lib.h
parentc3ecadd45b11f82e22ba81b42864c7826d0f97c6 (diff)
downloadgnunet-ec19c1e316efdd29a7af0524fc2ff33cc4b19d09.tar.gz
gnunet-ec19c1e316efdd29a7af0524fc2ff33cc4b19d09.zip
DHT: modify API and protocol messages to add path signatures, except for now the actual signatures are just placeholders (signing and signature verification are missing)
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 2e0c720ee..ef9d5ac58 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -457,18 +457,6 @@ GNUNET_STRINGS_urldecode (const char *data,
457 457
458 458
459/** 459/**
460 * Convert a peer path to a human-readable string.
461 *
462 * @param pids array of PIDs to convert to a string
463 * @param num_pids length of the @a pids array
464 * @return string representing the array of @a pids
465 */
466char *
467GNUNET_STRINGS_pp2s (const struct GNUNET_PeerIdentity *pids,
468 unsigned int num_pids);
469
470
471/**
472 * Parse a path that might be an URI. 460 * Parse a path that might be an URI.
473 * 461 *
474 * @param path path to parse. Must be NULL-terminated. 462 * @param path path to parse. Must be NULL-terminated.