X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fdict.h;h=6691142c299f883428ee79479d3dc5dc735b5a6e;hb=91c31916bd40829afa20cd4e104ffc764ea116bf;hp=968afbf3fec42ab3198ed38ae27b61c7ea0953e1;hpb=8707aaa9f358bc23e4d2adf4644f7e52c6440af8;p=idzebra-moved-to-github.git diff --git a/include/idzebra/dict.h b/include/idzebra/dict.h index 968afbf..6691142 100644 --- a/include/idzebra/dict.h +++ b/include/idzebra/dict.h @@ -1,4 +1,4 @@ -/* $Id: dict.h,v 1.11 2006-09-05 12:50:56 adam Exp $ +/* $Id: dict.h,v 1.12 2006-09-11 22:57:54 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -187,6 +187,13 @@ void dict_grep_cmap(Dict dict, void *vp, YAZ_EXPORT int dict_copy_compact(BFiles bfs, const char *from, const char *to); +/** \brief reset Dictionary (makes it empty) + \param dict dictionary handle +*/ +YAZ_EXPORT +void dict_clean(Dict dict); + + YAZ_END_CDECL #endif