/**---------------------------------------------------------------------------
 ** 
 ** msg.h -- 
 ** 
 ** Author          : Pierre Jaccard
 ** Created On      : 1999/07/14 16:37:36
 ** Last Modified By: Pierre Jaccard
 ** Last Modified On: 1999/07/16 21:24:58
 ** Update Count    : 10
 ** Directory       : /home/pego/pcd1/codas3c/gfi/src/libs/misc/
 ** Version         : 0.0
 ** Status          : Unknown
 ** ---------------------------------------------------------------------- ** 
 ** DESCRIPTION: 
 ** 
 **    See associated file msg.c
 ** 
 ** ---------------------------------------------------------------------- ** 
 ** REVISIONS: 
 ** ---------------------------------------------------------------------- ** 
 ** CHANGES: 
 **------------------------------------------------------------------------**/


#ifndef gfilib_misc_msg_already_included
#define gfilib_misc_msg_already_included

#include "ioserv.h"

/** ---------------------------------------------------------------------- ** 
    Available Functions:
**/

#if PROTOTYPE_ALLOWED
int short_info(void *info, int type);
int infos_per_line(int num, int type);
int error_msg(char *in_func, char *msg);
int warning_msg(char *in_func, char *msg);
#else
int short_info();
int infos_per_line();
int error_msg();
int warning_msg();
#endif


#endif /* gfilib_misc_msg_already_included */
