view support/pop/popauth.h @ 12:441a2190cfae

Lion fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Apr 2012 13:10:49 +0900
parents bce86c4163a3
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;
};