* lib/dfa.h: Remove redundant 'struct dfamust' forward declaration.
+2026-05-03 Bruno Haible <bruno@clisp.org>
+
+ dfa: Remove a redundant forward declaration.
+ * lib/dfa.h: Remove redundant 'struct dfamust' forward declaration.
+
2026-05-02 Collin Funk <collin.funk1@gmail.com>
crypto/af_alg: Silence -Wzero-as-null-pointer-constant warning.
/* Parse the given string of given length into the given struct dfa. */
extern void dfaparse (char const *, idx_t, struct dfa *);
-struct dfamust;
-
/* Free the storage held by the components of a struct dfamust. */
extern void dfamustfree (struct dfamust *);