Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / support / pop / popauth.h
1 /* popauth.h - POP authorization DB definitions */
2 /* @(#)$Id: popauth.h,v 1.1 1992/02/11 17:41:39 jromine Exp $ */
3
4
5 struct authinfo {
6     char    auth_secret[16];
7     int     auth_secretlen;
8 };