home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xc212os2.zip / SAMPLES / DHRY / dry1.def next >
Text File  |  1993-10-19  |  248b  |  12 lines

  1. DEFINITION MODULE dry1;
  2.  
  3. IMPORT dry2;
  4.  
  5.   PROCEDURE Proc1 (PtrValPar: dry2.RecPointer);
  6.   PROCEDURE Proc2 (VAR IntParRef: dry2.integer);
  7.   PROCEDURE Proc3 (VAR PtrRefPar: dry2.RecPointer);
  8.   PROCEDURE Proc4;
  9.   PROCEDURE Proc5;
  10.  
  11. END dry1.
  12.