/*******************************************************/
/*                                                     */
/* File        : spy_ybos.h                            */
/* Description : Spy simulation from YBOS file library */
/*                                                     */
/* Author: Sfiligoi Igor                               */
/*                                                     */
/* Created      : 10.09.1998                           */
/* Last modified: 14.12.1998                           */
/*                                                     */
/*******************************************************/

#ifndef SPY_YBOS_H
#define SPY_YBOS_H

#include "spy_extended.h"

int spy_close_ybos(SPY_ext_id sid);

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

#endif /* SPY_YBOS_H */