Resolve all currently pending DOCDOC items in master

This commit is contained in:
Nick Mathewson
2012-06-04 18:50:13 -04:00
parent 41e8bee188
commit f68c042637
12 changed files with 95 additions and 43 deletions
+4 -1
View File
@@ -4169,7 +4169,10 @@ _find_by_keyword(smartlist_t *s, directory_keyword keyword,
return tok;
}
/** DOCDOC */
/** If there are any directory_token_t entries in <b>s</b> whose keyword is
* <b>k</b>, return a newly allocated smartlist_t containing all such entries,
* in the same order in which they occur in <b>s</b>. Otherwise return
* NULL. */
static smartlist_t *
find_all_by_keyword(smartlist_t *s, directory_keyword k)
{