File: phone_server.h

package info (click to toggle)
dnprogs 2.43.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,936 kB
  • ctags: 3,872
  • sloc: ansic: 24,686; cpp: 10,608; makefile: 769; sh: 551; awk: 13
file content (5 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (8)
1
2
3
4
5
void new_phone_connection(int insock, int verbosity);
void accept_unix(int entry);
void accept_decnet(int entry);
void read_unix(int entry);
void read_decnet(int entry);