]> git.ozlabs.org Git - ccan/blob - ccan/rune/internal.h
e4de06cc400d4a7801231fa5b43ecb1d3a8c7946
[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 */