Helper function to walk through keydata chained blocks.

This commit is contained in:
Giovanni Bajo
2012-04-27 03:11:03 +02:00
committed by Simon Kelley
parent a7338645d7
commit 458824dcb4
2 changed files with 18 additions and 0 deletions

View File

@@ -925,6 +925,7 @@ char *cache_get_name(struct crec *crecp);
struct crec *cache_enumerate(int init);
#ifdef HAVE_DNSSEC
struct keydata *keydata_alloc(char *data, size_t len);
size_t keydata_walk(struct keydata **key, unsigned char **p, size_t cnt);
void keydata_free(struct keydata *blocks);
#endif