1dictDestroy(3)                    util/dict.h                   dictDestroy(3)
2
3
4

NAME

6       dictDestroy  - destroy dictionary.
7

SYNOPSIS

9       #include <util/dict.h>
10
11
12       void dictDestroy(dictCtx dict);
13
14
15
16

ARGUMENTS

18       dict - dictionary to destroy
19
20

DESCRIPTION

22       Release all resources used by <dict>.
23
24       MT-Level: Safe for unique <dict>.
25
26

RETURN VALUE

28       None.
29
30

SEE ALSO

32       dictReleaseLock(3),    dictRemove(3),    dictNext(3),   dictDestroy(3),
33       dictCreate(3),  dictSetValue(3),   dictModifyValue(3),   dictSearch(3),
34       dictCleanup
35
36
37
38ClearSilver                    14 November 2006                 dictDestroy(3)
Impressum