Fix typo in license headers
[oweals/cde.git] / cde / programs / dtmail / include / DtMail / DtMailP.hh
1 /*
2  *+SNOTICE
3  *
4  *
5  *      $XConsortium: DtMailP.hh /main/4 1996/04/21 19:44:46 drk $
6  *
7  *      RESTRICTED CONFIDENTIAL INFORMATION:
8  *      
9  *      The information in this document is subject to special
10  *      restrictions in a confidential disclosure agreement bertween
11  *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
12  *      document outside HP, IBM, Sun, USL, SCO, or Univel wihtout
13  *      Sun's specific written approval.  This documment and all copies
14  *      and derivative works thereof must be returned or destroyed at
15  *      Sun's request.
16  *
17  *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
18  *
19  *+ENOTICE
20  */
21
22 #ifndef _DTMAILP_HH
23 #define _DTMAILP_HH
24
25 // This method will write a single mail message to a file, in
26 // the correct SVID format.
27 //
28 void RFCWriteMessage(DtMailEnv & error,
29                      DtMail::Session * session,
30                      const char * path,
31                      DtMail::Message * msg);
32
33 void DtMailProcessClientEvents(void);
34
35 #endif