"Fossies" - the Fresh Open Source Software Archive

Member "HTTPing-2.9/nc.h" (29 Oct 2022, 694 Bytes) of package /linux/www/HTTPing-2.9.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "nc.h" see the Fossies "Dox" file reference documentation.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


    1 #include <ncurses.h>
    2 
    3 extern char win_resize;
    4 extern char draw_phase;
    5 
    6 void init_ncurses_ui(double graph_limit_in, double hz_in, char use_colors);
    7 void end_ncurses(void);
    8 void fast_log(const char *fmt, ...);
    9 void slow_log(const char *fmt, ...);
   10 void my_beep(void);
   11 void update_terminal(void);
   12 void status_line(char *fmt, ...);
   13 void update_stats(stats_t *resolve, stats_t *connect, stats_t *request, stats_t *total, stats_t *ssl_setup, int n_ok, int n_fail, const char *last_connect_str, const char *fp, char use_tfo, char dg, stats_t *st_to, stats_t *tcp_rtt_stats, int re_tx, int pmtu, int tos, stats_t *close_st, stats_t *t_write, int n_cookies, char abbreviate, stats_t *stats_header_size);