home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / somcd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-24  |  790 b   |  35 lines

  1. /*
  2.  *   COMPONENT_NAME: somc
  3.  *
  4.  *   ORIGINS: 27
  5.  *
  6.  *
  7.  *   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  8.  *   All Rights Reserved
  9.  *   Licensed Materials - Property of IBM
  10.  *   US Government Users Restricted Rights - Use, duplication or
  11.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12.  */
  13. /*
  14.  *    %Z% %I% %W% %G% %U% [%H% %T%]
  15.  */
  16.  
  17. /*
  18.  */
  19.  
  20. /*
  21.  *         File:    somcd.h.
  22.  *       Author:    Andy Martin [andy@austin.ibm.com]
  23.  *     Contents:    Prototype for the dynamic versions of the
  24.  *                  SOM Compiler
  25.  *      History:    [03/22/94] Program created.
  26.  */
  27.  
  28. #ifndef somcd_h
  29. #define somcd_h
  30.  
  31. #include <emitlib.h>
  32. SOMEXTERN void *somtsc(int argc, char **argv);
  33.  
  34. #endif /* somcd_h */
  35.