home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / editor / lpexext.def < prev    next >
Text File  |  1996-05-31  |  2KB  |  36 lines

  1. ;*-----------------------------------------------------------------------*
  2. ;* DISCLAIMER OF WARRANTIES:                                             *
  3. ;*                                                                       *
  4. ;*   The following enclosed code is sample code created by IBM           *
  5. ;*   Corporation.  This sample code is not part of any standard IBM      *
  6. ;*   product and is provided to you solely for the purpose of assisting  *
  7. ;*   you in the development of your applications.  The code is provided  *
  8. ;*   "AS IS", without warranty of any kind.  IBM shall not be liable     *
  9. ;*   for any damages arising out of your use of the sample code, even    *
  10. ;*   if they have been advised of the possibility of such damages.       *
  11. ;*                                                                       *
  12. ;*-----------------------------------------------------------------------*
  13. ;************************************************************
  14. ;                                                           *
  15. ;  LPEXEXT.DEF - Module definition file for LPEX new API    *
  16. ;                external command Dynamic Link Libraries.   *
  17. ;                                                           *
  18. ;  Note: if your external command DLL has an LpexExit()     *
  19. ;  function, you must add  LpexExit  to the EXPORTS list    *
  20. ;  (you may remove the comment-out ";" preceding it) below. *
  21. ;                                                           *
  22. ;************************************************************
  23. ;                                                           *
  24. ;          (C) Copyright IBM Corporation 1992, 1996         *
  25. ;                                                           *
  26. ;************************************************************
  27.  
  28. LIBRARY
  29.  
  30. ;DESCRIPTION 'IBM(R) LPEX Editor Version 02.00.00 (C) Copyright IBM Corporation 1992, 1996 - Licensed Material - Program-Property of IBM - All Rights Reserved.'
  31.  
  32. EXPORTS
  33.   ?LpexEntry
  34. ; ?LpexExit
  35.  
  36.