home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Include / find.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-16  |  429 b   |  13 lines  |  [TEXT/MPS ]

  1. /* Copyright (c) 1990-1992 by the University of Illinois Board of Trustees */
  2. /************************************************************************
  3.  * declarations for finding things
  4.  ************************************************************************/
  5. typedef struct
  6. {
  7.     short item;
  8.     long dirId;
  9. } BoxCountElem,*BoxCountPtr,**BoxCountHandle;
  10. void DoFind(short item);
  11. void EnableFindMenu(void);
  12. void BuildBoxCount(void);
  13.