Initial load of driver
r1083 | dcl | 2006-08-25 14:46:51 +1000 (Fri, 25 Aug 2006) | 2 lines
This commit is contained in:
16
site_ansto/hardsup/Monitor/sock.h
Normal file
16
site_ansto/hardsup/Monitor/sock.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _SOCK_H_
|
||||
#define _SOCK_H_
|
||||
#include "utility.h"
|
||||
|
||||
void sock_init(int addr);
|
||||
void sock_check(int timeout);
|
||||
void sock_close(int n);
|
||||
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_set_match(int n, int match);
|
||||
void sock_ok(int n);
|
||||
void sock_err(int n);
|
||||
#endif
|
||||
Reference in New Issue
Block a user