aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_operation.h')
-rw-r--r--src/messenger/gnunet-service-messenger_operation.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messenger/gnunet-service-messenger_operation.h b/src/messenger/gnunet-service-messenger_operation.h
index f1e06f4a7..485668548 100644
--- a/src/messenger/gnunet-service-messenger_operation.h
+++ b/src/messenger/gnunet-service-messenger_operation.h
@@ -86,7 +86,8 @@ destroy_operation (struct GNUNET_MESSENGER_Operation *op);
86 * @param[in] path Path of a configuration file 86 * @param[in] path Path of a configuration file
87 */ 87 */
88struct GNUNET_MESSENGER_Operation* 88struct GNUNET_MESSENGER_Operation*
89load_operation (struct GNUNET_MESSENGER_OperationStore *store, const char *path); 89load_operation (struct GNUNET_MESSENGER_OperationStore *store,
90 const char *path);
90 91
91/** 92/**
92 * Saves data from an <i>operation</i> into a configuration file at a 93 * Saves data from an <i>operation</i> into a configuration file at a
@@ -97,7 +98,8 @@ load_operation (struct GNUNET_MESSENGER_OperationStore *store, const char *path)
97 * @param[in] path Path of a configuration file 98 * @param[in] path Path of a configuration file
98 */ 99 */
99void 100void
100save_operation (const struct GNUNET_MESSENGER_Operation *op, const char *path); 101save_operation (const struct GNUNET_MESSENGER_Operation *op,
102 const char *path);
101 103
102/** 104/**
103 * Starts an inactive operation with a given <i>delay</i> in a 105 * Starts an inactive operation with a given <i>delay</i> in a