summaryrefslogtreecommitdiff
path: root/sexp.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-11-15 09:02:30 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-11-15 09:02:30 +0100
commit899af3c0d904b985a3f611493415fa61d80ef4ae (patch)
tree8911d758f709d75915d828b3a1df9bd8baf99e70 /sexp.h
parentf75832a135bc78083544325edf5d477927b2af08 (diff)
downloadnettle-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sexp.h b/sexp.h
index 72bbae9c..074c7c8f 100644
--- a/sexp.h
+++ b/sexp.h
@@ -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
*