aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index d1c68cd23..3ebf48987 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -145,35 +145,6 @@ struct GNUNET_NAMESTORE_PluginFunctions
145 void *iter_cls); 145 void *iter_cls);
146 146
147 147
148 /**
149 * Start a transaction.
150 *
151 * @param cls closure
152 * @return #GNUNET_OK on success, #GNUNET_NO if transactions are not supported,
153 * #GNUNET_SYSERR on internal errors
154 */
155 int
156 (*begin_transaction) (void *cls);
157
158
159 /**
160 * Try to commit a transaction.
161 *
162 * @param cls closure
163 * @return #GNUNET_OK on success, #GNUNET_SYSERR on failure
164 */
165 int
166 (*commit_transaction) (void *cls);
167
168
169 /**
170 * Rollback a transaction.
171 *
172 * @param cls closure
173 */
174 void
175 (*rollback_transaction) (void *cls);
176
177}; 148};
178 149
179 150