TOC PREV NEXT INDEX

Put your logo here!


6 INCLUDE FILE



/**************************************************************************
* E.S.O. - VLT project
#
# "@(#) $Id: ist.h,v 1.4 1995/07/31 06:17:51 therlin Exp $"
*
* <IST.h> - INS System Tools Interface File
*
* who when what
* --------- -------- ----------------------------------------------
* T.Herlin 13/10/94 Created
************************************************************************
*/
#ifndef IST_H

#define IST_H

#ifdef __cplusplus
extern "C" {
#endif

/*
* Defines
*/
#define IST "ist"

/*
* Header Files
*/

#include "ccs.h"
#include "istErrors.h"

/*
* function prototypes
*/
ccsCOMPL_STAT istDiskSpace(char *diskName,
vltUINT32 *totalSize,
vltUINT32 *freeSize,
vltUINT32 *percent,
ccsERROR *error);

#ifdef __cplusplus
}
#endif

#endif /* !IST_H */

/* ___o0o___ */




Quadralay Corporation
http://www.webworks.com
Voice: (512) 719-3399
Fax: (512) 719-3606
sales@webworks.com
TOC PREV NEXT INDEX