/**---------------------------------------------------------------------------
 ** 
 ** file.h -- 
 ** 
 ** Author          : Pierre Jaccard
 ** Created On      : 1999/07/15 11:14:12
 ** Last Modified By: Pierre Jaccard
 ** Last Modified On: 1999/07/16 21:19:11
 ** Update Count    : 9
 ** Directory       : /home/pego/pcd1/codas3c/gfi/src/libs/misc/
 ** Version         : 0.0
 ** Status          : Unknown
 ** ---------------------------------------------------------------------- ** 
 ** DESCRIPTION: 
 ** 
 **    See associated file file.h
 ** 
 ** ---------------------------------------------------------------------- ** 
 ** REVISIONS: 
 ** ---------------------------------------------------------------------- ** 
 ** CHANGES: 
 **------------------------------------------------------------------------**/

#ifndef gfilib_misc_file_already_included
#define gfilib_misc_file_already_included

#include "geninc.h"

#if PROTOTYPE_ALLOWED

int split_file_path(char *all, char *path, char *name);

#else

int split_file_path();

#endif /* PROTOTYPE_ALLOWED */

#endif /* gfilib_misc_file_already_included */
