Configuration/keywords_hash_s [ Structures ]

FUNCTION

Structure for a keyword hash table row.

ATTRIBUTES

SOURCE

struct keywords_hash_s
{
    struct keywords_hash_s *next;
    char               *keyword;
};