File: main.h

package info (click to toggle)
httping 4.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: ansic: 4,475; python: 66; php: 15; makefile: 12
file content (6 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
extern volatile int stop;
extern volatile char got_sigquit;
extern int max_x, max_y;

void determine_terminal_size(int *max_y, int *max_x);
void handler(int sig);