Fix W32 gauger C bindings - quote arguments
[oweals/gnunet.git] / src / include / gnunet_dnsstub_lib.h
index 3c4206f991a43406229c854f292fa3c636e759f4..0269fac17d2ef692734b5b88d292794099df7b41 100644 (file)
@@ -113,4 +113,12 @@ GNUNET_DNSSTUB_resolve2 (struct GNUNET_DNSSTUB_Context *ctx,
                         void *rc_cls);
 
 
+/**
+ * Cancel DNS resolution.
+ *
+ * @param rs resolution to cancel
+ */
+void
+GNUNET_DNSSTUB_resolve_cancel (struct GNUNET_DNSSTUB_RequestSocket *rs);
+
 #endif