petidomo/authen.h

13 lines
327 B
C
Raw Normal View History

2000-12-13 13:19:03 +00:00
/*
* $Source$
* $Revision$
* $Date$
*
* Copyright (C) 1996 by CyberSolutions GmbH.
* All rights reserved.
*/
int FindBodyPassword(struct Mail *);
bool isValidAdminPassword(const char * password, const char * listname);
bool isValidPostingPassword(const char * password, const char * listname);