diff options
author | Niels Möller <nisse@lysator.liu.se> | 2002-11-15 09:02:30 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2002-11-15 09:02:30 +0100 |
commit | 899af3c0d904b985a3f611493415fa61d80ef4ae (patch) | |
tree | 8911d758f709d75915d828b3a1df9bd8baf99e70 /sexp.h | |
parent | f75832a135bc78083544325edf5d477927b2af08 (diff) | |
download | nettle-899af3c0d904b985a3f611493415fa61d80ef4ae.tar.gz |
(sexp_iterator_get_uint32): New function.
Rev: src/nettle/sexp.c:1.12
Rev: src/nettle/sexp.h:1.9
Diffstat (limited to 'sexp.h')
-rw-r--r-- | sexp.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ const uint8_t * sexp_iterator_subexpr(struct sexp_iterator *iterator, unsigned *length); +int +sexp_iterator_get_uint32(struct sexp_iterator *iterator, + uint32_t *x); + /* Checks the type of the current expression, which should be a list * |