aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
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.