home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / dirutils / browser.lzh / Browser / BrowserII_Src.LZH / proto / String.h < prev    next >
Encoding:
Text File  |  1991-04-28  |  294 b   |  9 lines

  1.  
  2. void UStrcpy(char *dst, char *src);
  3. BOOL BuildPrintStrings(struct BrowserWindow *);
  4. void BuildPrintString(struct BrowserWindow *, struct ScrollEntry *);
  5. void FreePrintStrings(struct BrowserWindow *);
  6. void Date2String(struct DateStamp *, char *);
  7. BOOL String2Date(char *, struct DateStamp *);
  8.  
  9.