NAME
          closeint_socket - close open socket

     SYNOPSIS
          #include "types.h"
          #include "channel.h"

          void close_socket(Socket *socket);


     DESCRIPTION
          Function closes open socket.  The argument of close_socket
          is:

          socket
               Pointer to socket. Socket must be opened by
               open_socket() or connect_socket().

     RETURN VALUE
          None.


     AUTHORS
          For authors and contributors see AUTHORS file


     COPYRIGHT
          (C) Potsdam Institute for Climate Impact Research (PIK), see
          COPYRIGHT file


     SEE ALSO
          open_socket(3), connect_socket(3)




















Man(1) output converted with man2html