home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ftes46b5.zip / ftes46b5 / src / clip_no.cpp < prev    next >
C/C++ Source or Header  |  1997-05-30  |  308b  |  19 lines

  1. /*    clip_no.cpp
  2.  *
  3.  *    Copyright (c) 1994-1996, Marko Macek
  4.  *
  5.  *    You may distribute under the terms of either the GNU General Public
  6.  *    License or the Artistic License, as specified in the README file.
  7.  *
  8.  */
  9.  
  10. #include "fte.h"
  11.  
  12. int GetPMClip() {
  13.     return 0;
  14. }
  15.  
  16. int PutPMClip() {
  17.     return 0;
  18. }
  19.