home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / lineio.h < prev    next >
Encoding:
Text File  |  1993-03-16  |  284 b   |  10 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. short OpenLine(short vRef,long dirId,UPtr name);
  3. int GetLine(UPtr line,int size);
  4. void CloseLine(void);
  5. long TellLine(void);
  6. int SeekLine(long spot);
  7. typedef enum {LINE_START=1, LINE_MIDDLE} GetLineEnum;
  8.  
  9.  
  10.