home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncftp-2.3.0-src.tgz / tar.out / contrib / ncftp / Tips.h < prev    next >
Text File  |  1996-09-28  |  148b  |  8 lines

  1. /* Tips.h */
  2.  
  3. #define NTIPS ((int) (sizeof(gTipList) / sizeof(char *)))
  4.  
  5. void PrintTip(char *);
  6. void PrintRandomTip(void);
  7. void PrintAllTips(void);
  8.