diff options
author | Boian Bonev <bbonev@php.net> | 2001-05-24 03:20:35 +0000 |
---|---|---|
committer | Boian Bonev <bbonev@php.net> | 2001-05-24 03:20:35 +0000 |
commit | fe110e40e9228b46953e41598b20ed3c46d099c0 (patch) | |
tree | 5e4d1c41afb7627c31b109080c4bd754525ba854 | |
parent | 78380f113553024969f768403ce2781e63d43619 (diff) | |
download | php-git-fe110e40e9228b46953e41598b20ed3c46d099c0.tar.gz |
added prototypes
-rw-r--r-- | ext/vpopmail/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ext/vpopmail/README b/ext/vpopmail/README index 09507e3563..4e5a09db89 100644 --- a/ext/vpopmail/README +++ b/ext/vpopmail/README @@ -163,6 +163,23 @@ take these into account: in setups where only certain domain users will be administrated verify that php euid/egid can access their respective directories +FUNCTION PROTOTYPES +------------------------------------------------------------------------------- + +bool vpopmail_add_domain(string domain, string dir, int uid, int gid) +bool vpopmail_del_domain(string domain) +bool vpopmail_add_alias_domain(string domain, string aliasdomain) +bool vpopmail_add_domain_ex(string domain, string passwd [, string quota [, string bounce [, bool apop]]]) +bool vpopmail_del_domain_ex(string domain) +bool vpopmail_add_alias_domain_ex(string olddomain, string newdomain) +bool vpopmail_add_user(string user, string domain, string password[, string gecos[, bool apop]]) +bool vpopmail_del_user(string user, string domain) +bool vpopmail_passwd(string user, string domain, string password) +bool vpopmail_set_user_quota(string user, string domain, string quota) +bool vpopmail_auth_user(string user, string domain, string password[, string apop]) +string vpopmail_error(void) + + CONTACT INFO ------------------------------------------------------------------------------- |