]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.h
tag-utils: use the tag_opt_list_t as talloc context, if possible.
[notmuch] / tag-util.h
index 99b0fa0b41636dc162214f16aa9b0a0888bfa0c4..c07bfde5013fb720c93d15fa7653df185ce1276d 100644 (file)
@@ -87,8 +87,7 @@ tag_op_list_create (void *ctx);
  */
 
 int
  */
 
 int
-tag_op_list_append (void *ctx,
-                   tag_op_list_t *list,
+tag_op_list_append (tag_op_list_t *list,
                    const char *tag,
                    notmuch_bool_t remove);
 
                    const char *tag,
                    notmuch_bool_t remove);