]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/folder.h
Updated documentation and comments about sendmail/pipe.
[nmh] / docs / historical / mh-jun-1982 / folder.h
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8
9 struct st_fold {
10 char *f_name;
11 int f_reused;
12 struct msgs *f_mp;
13 };