File: spopt.h

package info (click to toggle)
netrek-client-cow 3.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,552 kB
  • sloc: ansic: 43,108; sh: 2,871; python: 380; makefile: 112; sed: 16
file content (39 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
   spopt.h
   
   Functions to look after the Short Packet window.
*/   


void sprefresh(int i);
/*
   Refresh button i in the Short Packed Window.
   
   Buttons are:
     SPK_VFIELD		- Variable short packets.
     SPK_MFIELD		- Messages.
     SPK_KFIELD		- Kill Messages.
     SPK_WFIELD		- Warn Messages.
     SPK_TFIELD		- Recieve Threshold.
     SPK_DONE		- Done.
*/


void spaction(W_Event * data);
/*
   Handle a button press.
*/


void spwindow(void);
/*
   Display the Short Packet window.
*/


void spdone(void);
/*
   Unmap the Short Packet window.
*/