home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / CutPasteP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  842 b   |  42 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2
  7. */ 
  8. /*   $RCSfile: CutPasteP.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:35:47 $ */
  9. /*
  10. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  11. /*
  12. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  13. #ifndef _XmCutPasteP_h
  14. #define _XmCutPasteP_h
  15.  
  16. #include <Xm/CutPaste.h>
  17. #include <Xm/XmP.h>
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22.  
  23.  
  24.  
  25. /********    Private Function Declarations    ********/
  26. #ifdef _NO_PROTO
  27.  
  28.  
  29. #else
  30.  
  31.  
  32. #endif /* _NO_PROTO */
  33. /********    End Private Function Declarations    ********/
  34.  
  35.  
  36. #ifdef __cplusplus
  37. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  38. #endif
  39.  
  40. #endif /* _XmCutPasteP_h */
  41. /* DON'T ADD ANYTHING AFTER THIS #endif */
  42.