aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_handle.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-30 16:53:02 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-30 16:53:02 +0200
commit2134dfccf8be89fa5e1e595d6ec65a56ac357d78 (patch)
treedc08a1c0c1d12f7c560cde5646b6b40ede19ad1e /src/gnunet_chat_handle.h
parent1ba9b0280a52207e4ac4288f1427566f1d5667c4 (diff)
downloadlibgnunetchat-2134dfccf8be89fa5e1e595d6ec65a56ac357d78.tar.gz
libgnunetchat-2134dfccf8be89fa5e1e595d6ec65a56ac357d78.zip
Removed application specific directory and adjusted test cases
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/gnunet_chat_handle.h')
-rw-r--r--src/gnunet_chat_handle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gnunet_chat_handle.h b/src/gnunet_chat_handle.h
index 28cfacc..5702206 100644
--- a/src/gnunet_chat_handle.h
+++ b/src/gnunet_chat_handle.h
@@ -122,7 +122,6 @@ struct GNUNET_CHAT_Handle
122 122
123struct GNUNET_CHAT_Handle* 123struct GNUNET_CHAT_Handle*
124handle_create_from_config (const struct GNUNET_CONFIGURATION_Handle* cfg, 124handle_create_from_config (const struct GNUNET_CONFIGURATION_Handle* cfg,
125 const char *directory,
126 GNUNET_CHAT_ContextMessageCallback msg_cb, 125 GNUNET_CHAT_ContextMessageCallback msg_cb,
127 void *msg_cls); 126 void *msg_cls);
128 127