#ifndef H_xconnect_H
#define H_xconnect_H
/* Opens connection for named service to named server

$Id: xconnect,v 1.3 1999/10/05 22:34:02 joseph Exp $

*/

#ifndef H_status_H
#include "status.h"
#endif
#ifndef H_xsock_H
#include "xsock.h"
#endif

xsock xconnect_pop(const char *server, status_handle);
xsock xconnect_smtp(const char *server, status_handle);

#endif
