home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
mh
/
mh-6.8
/
support
/
pop
/
popauth.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-14
|
196 b
|
9 lines
/* popauth.h - POP authorization DB definitions */
/* @(#)$Id: popauth.h,v 1.1 1992/02/11 17:41:39 jromine Exp $ */
struct authinfo {
char auth_secret[16];
int auth_secretlen;
};