ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
word_cache_entry_t Struct Reference

Hashtable entry for cached word lookups. More...

Data Fields

char * word
 The word string (key)
 
UT_hash_handle hh
 uthash handle
 

Detailed Description

Hashtable entry for cached word lookups.

Definition at line 35 of file discovery/strings.c.

Field Documentation

◆ hh

UT_hash_handle word_cache_entry_t::hh

uthash handle

Definition at line 37 of file discovery/strings.c.

◆ word

char* word_cache_entry_t::word

The word string (key)

Definition at line 36 of file discovery/strings.c.

Referenced by acds_strings_destroy().


The documentation for this struct was generated from the following file: