00001 /****************************************************************************** 00002 * $Id: lock.h,v 1.3 2004/01/15 14:54:25 simone_vellei Exp $ 00003 * This file is part of liberopops (http://liberopops.sf.net) * 00004 * This file is distributed under the terms of GNU GPL license. * 00005 ******************************************************************************/ 00006 00007 00008 /******************************************************************************/ 00014 /******************************************************************************/ 00015 00016 00017 #ifndef _LOCK_H_ 00018 #define _LOCK_H_ 00019 00028 int mailbox_unlock(char *user, char *domain, int timeout); 00029 00030 00031 #endif
1.3.6-20040222