home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / INTERNET / UPC12B2 / LIB / GETDTA.H < prev    next >
Encoding:
Text File  |  1993-04-11  |  731 b   |  14 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    g e t d t a . h                                                 */
  3. /*                                                                    */
  4. /*    Disk Transfer Address functions for MS C under DOS only for     */
  5. /*    UUPC/extended                                                   */
  6. /*                                                                    */
  7. /*    Changes and Compilation Copyright (c) 1989-1993, Andrew H.      */
  8. /*    Derbyshire                                                      */
  9. /*--------------------------------------------------------------------*/
  10.  
  11. char far *getdta( void );
  12.  
  13. void setdta( char far *dtaptr );
  14.