]> git.ozlabs.org Git - ccan/blob - ccan/rune/internal.h
ccan/rune: simplify check helper interfaces, allow explicit string lengths.
[ccan] / ccan / rune / internal.h
1 #ifndef CCAN_RUNE_INTERNAL_H
2 #define CCAN_RUNE_INTERNAL_H
3 /* MIT (BSD) license - see LICENSE file for details */
4 void rune_sha256_endmarker(struct sha256_ctx *shactx);
5 void rune_sha256_add_restr(struct sha256_ctx *shactx,
6                         struct rune_restr *restr);
7 bool runestr_eq(const char *a, const char *b);
8 #endif /* CCAN_RUNE_INTERNAL_H */