]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/support/pop/popauth.h
Undid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd, it didn't
[nmh] / 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 };