/****************************************************************************/
/*                                                                          */
/*  buffer_mgr.c                                                            */
/*                                                                          */
/*  $Id: buffer_mgr.h,v 1.3 1998/09/29 06:44:33 chris Exp $           */
/****************************************************************************/
#ifndef BUFFER_MGR_H
#define BUFFER_MGR_H


/* Function Prototypes */
extern int RBC2IA(void);
extern int IAclear(void);
extern int IA2FITS(void);
extern int IA2JPG(void);
extern int IA2CDL(const char *ServerAddress);
extern int FITS2IA(void);
extern int TEST2IA(void);


#endif /* BUFFER_MGR_H */ 
