home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / include / somnmext.h < prev    next >
C/C++ Source or Header  |  1996-12-24  |  990b  |  25 lines

  1. /***!Start!***                                                                     
  2.  *                                                                                 
  3.  *    25H7912  (C)  COPYRIGHT International Business Machines Corp. 1992,1996      
  4.  *   All Rights Reserved                                                           
  5.  *   Licensed Materials - Property of IBM                                          
  6.  *                                                                                 
  7.  ***!End!***/                                                                      
  8. /*
  9.  *    @(#) 1.7 src/somnm/naming/somnmext.h, somnm, som3.0 5/20/96 16:33:56 [12/24/96 08:01:34]
  10.  */
  11.                                                                                    
  12.  
  13. #ifndef _SOMNMEXT_H
  14. #define _SOMNMEXT_H
  15.  
  16.  
  17.                 /* prototypes */
  18. SOMEXTERN LName* SOMLINK  create_lname(void);
  19. SOMEXTERN LNameComponent*  SOMLINK create_lname_component(void);
  20.  
  21.  
  22.  
  23. #endif /* _SOMNMEXT_H */
  24.  
  25.