From fdfeb010e5d00102b3d55ef1bf74ed429f171e6c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 17 Jun 2014 17:04:32 +0200 Subject: doc update --- lib/element.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/element.c b/lib/element.c index 27cc42e..321302a 100644 --- a/lib/element.c +++ b/lib/element.c @@ -132,6 +132,9 @@ _asn1_convert_integer (const unsigned char *value, unsigned char *value_out, * node. The new element will have a name of '?number', where number * is a monotonically increased serial number. * + * The last element in the list may be provided in @ptail, to avoid + * traversing the list, an expensive operation in long lists. + * * On success it returns in @ptail the added element (which is the * tail in the list of added elements). */ -- cgit v1.2.3