home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / REQUESTLib.lha / REQUESTLib / Developer / Include / Protos / REQUESTLIB_protos.h
Encoding:
Text File  |  1999-08-08  |  566 b   |  4 lines

  1. BOOL    set_text (char *dest, char *src);        /* set_text.c    */
  2. int    rtEZReq (char *titel, char *body, char *buttontext, int defreturn, BOOL centertext, BOOL noreturnkey, int position, int topoffset, int leftoffset, char *pubscreen);        /* rtEZReq.c    */
  3. int    rtFileReq (char *title, char *drawer, char *set_file, char *pattern, BOOL nobuf, BOOL mu_sel, BOOL sel_dirs, BOOL save, BOOL nofiles, BOOL patgad, int height, char *oktext, BOOL volreq, BOOL noass, BOOL nodisks, BOOL all, BOOL empty, int position, int top, int left, char *to_file, char *pubscreen);        /* rtFileReq.c    */
  4.