home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / babyl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-18  |  530 b   |  19 lines

  1. /*
  2.  * Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3.  * the City of New York.  Permission is granted to any individual or
  4.  * institution to use, copy, or redistribute this software so long as it
  5.  * is not sold for profit, provided this copyright notice is retained.
  6.  */
  7.  
  8. #ifdef RCSID
  9. #ifndef lint
  10. static char *babyl_rcsid = "$Header: /f/src2/encore.bin/cucca/mm/tarring-it-up/RCS/babyl.h,v 2.1 90/10/04 18:23:33 melissa Exp $";
  11. #endif
  12. #endif /* RCSID */
  13.  
  14. struct flagword {
  15.     char *name;
  16.     u_long flag;
  17. };
  18.  
  19.