home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff294.lzh / DNet / amiga / lib / dpri.c < prev    next >
C/C++ Source or Header  |  1989-12-11  |  141b  |  18 lines

  1.  
  2. /*
  3.  *  DPri.C
  4.  */
  5.  
  6. #include "lib.h"
  7.  
  8. void
  9. DPri(_chan, pri)
  10. void *_chan;
  11. {
  12.     /*
  13.     CHANN *chan = (CHANN *)_chan;
  14.     */
  15.     /* noop */
  16. }
  17.  
  18.