home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / som / include / srutil.h < prev    next >
Text File  |  1999-02-22  |  1KB  |  41 lines

  1. /*
  2.  *   COMPONENT_NAME: somp
  3.  *
  4.  *   ORIGINS: 27
  5.  *
  6.  *
  7.  *    25H7912  (C)  COPYRIGHT International Business Machines Corp. 1992,1996,1996  
  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. /* @(#) 2.8 src/somp/srutil.h, somp, som2.1 12/26/95 17:02:26 [7/30/96 14:47:06] */
  14.  
  15. /*
  16.  */
  17.  
  18. #ifndef srutil_h
  19.   #define srutil_h
  20.  
  21.   #include <fmi.h>
  22.   #include <nsma.h>
  23.   #include <psma.h>
  24.  
  25.   /* Prototypes */
  26.  
  27.  
  28.   long   SOMLINK sompFileOpen(string filename, int oflag, int shflag, int pmode);
  29.   long   SOMLINK sompRaiseException(Environment *ev, long primary, long secondary);
  30.   string SOMLINK sompExpandPidString (string rawpath, SOMPTError *rc);
  31.  
  32.   #ifdef SOM_STRICT_IDL
  33.     SOMPTError SOMLINK sompInitPersistenceFW(SOMPPersistentStorageMgr *psm,
  34.                                      SOMPNameSpaceMgr *nsm );
  35.   #else
  36.     SOMPTError SOMLINK sompInitPersistenceFW(SOMPPersistentStorageMgr **psm,
  37.                                      SOMPNameSpaceMgr **nsm );
  38.   #endif
  39.  
  40. #endif
  41.