/*
* Copyright (c) 2003, 2004 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
* $Id: st-net.h,v 1.3 2005/06/16 00:39:02 ca Exp $
*/
#ifndef ST_NET_H
#define ST_NET_H 1
#include "statethreads/st.h"
void net_st_socket_close(st_netfd_t _sock);
st_netfd_t net_st_client_connect(char *_name, int _port, st_utime_t _tmo);
#endif /* ST_NET_H */
syntax highlighted by Code2HTML, v. 0.9.1