/*******************************************************/
/*                                                     */
/* File        : spy_inet.h                            */
/* Description : Spy directly from a farm machine      */
/*                                                     */
/* Author: Sfiligoi Igor                               */
/*                                                     */
/* Created      : 11.12.1998                           */
/* Last modified: 14.12.1998                           */
/*                                                     */
/*******************************************************/

#ifndef SPY_INET_H
#define SPY_INET_H

#include "spy_extended.h"

int spy_close_inet(SPY_ext_id sid);

int spy_get_inet(SPY_ext_id sid,/* IN : SPY_id returned by spy_open_local */
		 char **buf,    /* OUT: pointer to the data */
                                /* Should be disposed by the caller */
		 int *bufsize); /* OUT: buffer size */

#endif /* SPY_INET_H */