File: labels.h

package info (click to toggle)
iptraf 2.7.0-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,484 kB
  • ctags: 1,211
  • sloc: ansic: 12,154; makefile: 144; sh: 126; awk: 1
file content (6 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
#include <curses.h>

void tx_printkeyhelp(char *keytext, char *desc, WINDOW * win,
                  int highattr, int textattr);
void tx_menukeyhelp(int textattr, int highattr);
void tx_listkeyhelp(int textattr, int highattr);