phpvmail.h

来自「又一款WEB游戏原代码Bk_Sources_RPG?忠豢頦EB游戏原代码Bk_S」· C头文件 代码 · 共 27 行

H
27
字号
/* interface functions for controlling qmail vusers * requires the vmailmgr package  * http://www.qcc.sk.ca/~bguenter/distrib/vmailmgr/  * and of course, qmail, www.qmail.org * * PHP 3 can be found at www.php.net * * code by Shane Caraveo shane@caraveo.com * copy freely! * * $Id: phpvmail.h,v 1.3 1998/12/28 09:43:57 sas Exp $  * * USE AT YOUR OWN RISK! */#ifdef	__cplusplusextern "C" {#endifint _vm_adduser(char *vdomain, char *uname, char *password, char *newpass1);int _vm_deluser(char *vdomain, char *uname, char *password);int _vm_delalias(char *vdomain, char *uname, char *password);int _vm_addalias(char *vdomain, char *uname, char *password, char *destination);int _vm_passwd(char *vdomain, char *uname, char *password, char *newpass1);#ifdef	__cplusplus}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?