From: Boian Bonev Date: Thu, 24 May 2001 03:20:35 +0000 (+0000) Subject: added prototypes X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe110e40e9228b46953e41598b20ed3c46d099c0;p=php added prototypes --- 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 -------------------------------------------------------------------------------