Emulating a socket()-based interface is useless

This commit is contained in:
Pierre Pronchery 2010-09-05 16:31:25 +00:00
parent fa29e8f9df
commit 79bc84fa08
2 changed files with 2 additions and 6 deletions

View File

@ -8,7 +8,7 @@ arg1=INT32,fd
[connect]
ret=INT32
arg1=INT32,fd
arg1=UINT32,protocol
arg2=STRING,name
[recv]
@ -22,7 +22,3 @@ ret=INT32
arg1=INT32,fd
arg2=BUFFER_OUT,buf
arg3=UINT32,flags
[socket]
ret=INT32
arg1=UINT32,protocol

View File

@ -22,6 +22,6 @@
/* VPN */
int vfs(AppServerOptions options);
int vpn(AppServerOptions options);
#endif /* !VPN_VPN_H */