add mshutdown

This commit is contained in:
Kelvin Sherlock 2012-05-06 17:43:00 -04:00
parent 19210120d2
commit 51e1b69e46
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ int mbind(Entry *, void *p1, void *p2, void *p3, void *p4, void *p5);
int mdetach(Entry *, void *p1, void *p2, void *p3, void *p4, void *p5);
int mdisconnect(Entry *, void *p1, void *p2, void *p3, void *p4, void *p5);
int mshutdown(Entry *, void *p1, void *p2, void *p3, void *p4, void *p5);
int mgetsockopt(Entry *, void *p1, void *p2, void *p3, void *p4, void *p5);
int msetsockopt(Entry *, void *p1, void *p2, void *p3, void *p4, void *p5);