diff options
Diffstat (limited to 'taxonomy.h')
-rw-r--r-- | taxonomy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/taxonomy.h b/taxonomy.h index bc42c6119..51245d562 100644 --- a/taxonomy.h +++ b/taxonomy.h @@ -33,6 +33,7 @@ struct taxonomy_data { struct taxonomy *alloc_taxonomy(); void free_taxonomy(struct taxonomy_data *t); +int taxonomy_index_for_category(struct taxonomy_data *t, enum taxonomy_category cat); #ifdef __cplusplus } |