more conversion from counter to DIO

r1264 | dcl | 2006-11-09 11:09:03 +1100 (Thu, 09 Nov 2006) | 2 lines
This commit is contained in:
Douglas Clowes
2006-11-09 11:09:03 +11:00
parent 4b54c82d27
commit 9e9a165510
4 changed files with 36 additions and 112 deletions

View File

@@ -10,7 +10,7 @@ void sock_line(int n);
void sock_input(int n);
void sock_accept(int n);
void sock_send(int n, BUFFER* buffer);
void sock_report(BUFFER* bp, int match);
void sock_report(BUFFER* bp, int match, void* dev);
void sock_set_match(int n, int match);
void sock_ok(int n);
void sock_err(int n);