| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 1.91

 

sock_term

#include "sflsock.h"
int
sock_term (void)

Synopsis

Shuts-down the internet protocol. On most systems this is a null call. On some systems this unloads dynamic libraries. Returns -1 if there was an error, or 0 if everything was okay. See sock init().

Source Code - (sflsock.c)

{
#if (defined (__WINDOWS__))
    WSACleanup ();
#endif
    return (0);
}

| << | < | > | >> iMatix Copyright © 1996-98 iMatix