aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_util.h')
-rw-r--r--src/gnunet_chat_util.h3
1 files changed, 2 insertions, 1 deletions
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,
51 const struct GNUNET_CRYPTO_SymmetricSessionKey *key); 51 const struct GNUNET_CRYPTO_SymmetricSessionKey *key);
52 52
53int 53int
54util_get_filename (const char *directory, const struct GNUNET_HashCode *hash, 54util_get_filename (const char *directory, const char *subdir,
55 const struct GNUNET_HashCode *hash,
55 char **filename); 56 char **filename);
56 57
57#endif /* GNUNET_CHAT_UTIL_H_ */ 58#endif /* GNUNET_CHAT_UTIL_H_ */