|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Hashtable entry for cached word lookups. More...
Data Fields | |
| char * | word |
| The word string (key) | |
| UT_hash_handle | hh |
| uthash handle | |
Hashtable entry for cached word lookups.
Definition at line 35 of file discovery/strings.c.
| UT_hash_handle word_cache_entry_t::hh |
uthash handle
Definition at line 37 of file discovery/strings.c.
| char* word_cache_entry_t::word |
The word string (key)
Definition at line 36 of file discovery/strings.c.
Referenced by acds_strings_destroy().