home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / tulp-3.0.3 / part01 / l.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-15  |  389 b   |  16 lines

  1. /* $Id: l.h,v 1.1 92/05/23 14:05:45 kim Exp $
  2.  *
  3.  *  Copyright (C) 1991,1992  Kimmo Suominen, Christophe Wolfhugel
  4.  *
  5.  *  Please read the files COPYRIGHT and AUTHORS for the extended
  6.  *  copyrights refering to this file.
  7.  *
  8.  * $Log:    l.h,v $
  9.  * Revision 1.1  92/05/23  14:05:45  kim
  10.  * External definitions from l.c
  11.  * 
  12.  */
  13.  
  14. char *strlwr(char*), *strupr(char*);
  15. void mailMsg(char*, char*);
  16.