/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* onc720 src/oncplus/usr/include/nsl/cold_start.h 1.2 */ /* */ /* */ /* */ /* COPYRIGHT International Business Machines Corp. 1996,1999 */ /* All Rights Reserved */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)33 1.2 src/oncplus/usr/include/nsl/cold_start.h, nisplus, onc720 1/11/00 16:08:55 */ /* * COMPONENT_NAME: onchdrs * * FUNCTIONS: none * * ORIGINS: 162 * */ /* * Copyright (c) 1996, by Sun Microsystems, Inc. * All rights reserved. */ #ifndef __COLD_START_H #define __COLD_START_H /* */ extern "C" bool_t readColdStartFile(char *fileName, directory_obj *dobj); extern "C" bool_t __nis_writeColdStartFile(char *fileName, directory_obj *dobj); extern "C" bool_t writeColdStartFile_unsafe(directory_obj *dobj); extern "C" bool_t writeColdStartFile(directory_obj *dobj); extern "C" bool_t __readColdStartFile(directory_obj *dobj); #endif /* __COLD_START_H */