From e068078b3ae07d67e9d4b75574075773a88c4a3d Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sun, 25 Jul 2021 00:12:24 +0200 Subject: Included usage of message flags and added per chat config io Signed-off-by: TheJackiMonster --- src/gnunet_chat_util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gnunet_chat_util.h') diff --git a/src/gnunet_chat_util.h b/src/gnunet_chat_util.h index 1ffa01a..1a958d8 100644 --- a/src/gnunet_chat_util.h +++ b/src/gnunet_chat_util.h @@ -51,7 +51,8 @@ util_decrypt_file (const char *filename, const struct GNUNET_CRYPTO_SymmetricSessionKey *key); int -util_get_filename (const char *directory, const struct GNUNET_HashCode *hash, +util_get_filename (const char *directory, const char *subdir, + const struct GNUNET_HashCode *hash, char **filename); #endif /* GNUNET_CHAT_UTIL_H_ */ -- cgit v1.2.3