#include "ssdp_cache.h"

Go to the source code of this file.
Functions | |
| void | display_ssdp_cache (ssdp_cache_s *ssdp_cache, BOOL draw_asci) |
Header file for ssdp_cache_display.c.
Definition in file ssdp_cache_display.h.
| void display_ssdp_cache | ( | ssdp_cache_s * | ssdp_cache, |
| BOOL | draw_asci | ||
| ) |
Displays the SSDP cache list as a table in the terminal.
| ssdp_cache | The SSDP cache to display. |
| draw_asci | Draw the table with ASCII characters only as oposed to UTF8. |
Definition at line 40 of file ssdp_cache_display.c.
1.8.8