X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fhashtable.h;h=f03a7690b033dfcfcd29be57193018f069822e08;hb=dec3ad498ee52c3b2860b14b4bbe626cd0f8f495;hp=e920c6bc6df36689ccd8275dc0a9beece342d5b4;hpb=b495b9654715ca8ea2f18d7f92eff9da2ed57083;p=jansson.git diff --git a/src/hashtable.h b/src/hashtable.h index e920c6b..f03a769 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 Petri Lehtinen * * This library is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -161,7 +161,7 @@ void hashtable_clear(hashtable_t *hashtable); void *hashtable_iter(hashtable_t *hashtable); /** - * hashtable_iter - Return an iterator at a specific key + * hashtable_iter_at - Return an iterator at a specific key * * @hashtable: The hashtable object * @key: The key that the iterator should point to