view support/pop/popauth.h @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children 441a2190cfae
line wrap: on
line source

/* popauth.h - POP authorization DB definitions */
/* @(#)$Id$ */


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