]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/support/pop/RCS/popauth.h,v
aliasbr.c: Remove duplicate prototypes. Others in aliasbr.h.
[nmh] / docs / historical / mh-6.8.5 / support / pop / RCS / popauth.h,v
1 head 1.1;
2 access;
3 symbols;
4 locks; strict;
5 comment @ * @;
6
7
8 1.1
9 date 92.02.11.17.41.39; author jromine; state Exp;
10 branches;
11 next ;
12
13
14 desc
15 @@
16
17
18 1.1
19 log
20 @Initial revision
21 @
22 text
23 @/* popauth.h - POP authorization DB definitions */
24 /* @@(#)$Id$ */
25
26
27 struct authinfo {
28 char auth_secret[16];
29 int auth_secretlen;
30 };
31 @