Annotation of parser3/src/classes/_mail.h, revision 1.2

1.1       paf         1: /** @file
1.2     ! paf         2:        Parser: @b mail parser class decls.
1.1       paf         3: 
                      4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
                      5: 
                      6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      7: 
1.2     ! paf         8:        $Id: _mail.h,v 1.1 2001/04/07 10:34:39 paf Exp $
1.1       paf         9: */
                     10: 
                     11: #ifndef _MAIL_H
                     12: #define _MAIL_H
                     13: 
                     14: #include "pa_vclass.h"
                     15: 
                     16: extern VStateless_class *mail_class; // global mail class [^length[] & co]
                     17: void initialize_mail_class(Pool& pool, VStateless_class& vclass);
                     18: 
                     19: #endif

E-mail: