aboutsummaryrefslogtreecommitdiff
path: root/include/gnunet_chat_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gnunet_chat_lib.h')
-rw-r--r--include/gnunet_chat_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index 785d3ff..d15af55 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -779,6 +779,15 @@ GNUNET_CHAT_message_delete (const struct GNUNET_CHAT_Message *message,
779 struct GNUNET_TIME_Relative delay); 779 struct GNUNET_TIME_Relative delay);
780 780
781/** 781/**
782 * Returns the name of a given <i>file</i> handle.
783 *
784 * @param[in] file File handle
785 * @return The file name of file
786 */
787const char*
788GNUNET_CHAT_file_get_name (const struct GNUNET_CHAT_File *file);
789
790/**
782 * Returns the hash of a given <i>file</i> handle. 791 * Returns the hash of a given <i>file</i> handle.
783 * 792 *
784 * @param[in] file File handle 793 * @param[in] file File handle