Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtappbuilder / src / abmf / proj_c_fileP.h
1
2 /*
3  *      $XConsortium: proj_c_fileP.h /main/3 1995/11/06 18:12:33 rswiston $
4  *
5  *      %W% %G% cde_app_builder/src/abmf
6  *
7  *      RESTRICTED CONFIDENTIAL INFORMATION:
8  *      
9  *      The information in this document is subject to special
10  *      restrictions in a confidential disclosure agreement between
11  *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
12  *      document outside HP, IBM, Sun, USL, SCO, or Univel without
13  *      Sun's specific written approval.  This document and all copies
14  *      and derivative works thereof must be returned or destroyed at
15  *      Sun's request.
16  *
17  *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
18  *
19  */
20
21 /*
22  * proj_c_file.h - writes project.c file
23  */
24 #ifndef _ABMF_PROJ_C_FILEP_H_
25 #define _ABMF_PROJ_C_FILEP_H_
26
27 #include "write_codeP.h"
28
29 int abmfP_write_project_c_file(
30                 GenCodeInfo             genCodeInfo,
31                 STRING                  codeFileName,
32                 BOOL                    prepareForMerge,
33                 ABObj                   project
34                 );
35
36 #endif /* _ABMF_PROJ_C_FILEP_H_ */
37