home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE-.1 / QUERY.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-22  |  359 b   |  13 lines

  1. /*
  2.  * query.h : Interface routines to Prospero querying
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
  5.  */
  6.  
  7. #include "pfs.h"
  8.  
  9. extern void queryItemAndParse(),queryHostAndParse(),queryLocationAndParse();
  10. extern VLINK stringQuery();
  11. extern int parseArchieQueryResults(), parseStringQueryResults();
  12. extern int handleProsperoErrors();
  13.