view support/pop/popauth.h @ 17:76d91e545ea8 default tip

addrsbr and dtimep fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 24 Nov 2014 14:49:25 +0900
parents 441a2190cfae
children
line wrap: on
line source

/* popauth.h - POP authorization DB definitions */
/* @(#)$Id: popauth.h,v 1.1.1.1 2005/04/18 14:46:07 kono Exp $ */


struct authinfo {
    char    auth_secret[16];
    int	    auth_secretlen;
};