gid_t gid;
struct group *gr=NULL;
int ret;
+ PLS_FETCH();
if (ARG_COUNT(ht)!=2 || getParameters(ht,2,&filename,&group)==FAILURE) {
WRONG_PARAM_COUNT;
int ret;
uid_t uid;
struct passwd *pw = NULL;
+ PLS_FETCH();
if (ARG_COUNT(ht)!=2 || getParameters(ht,2,&filename,&user)==FAILURE) {
WRONG_PARAM_COUNT;
#if HAVE_SYMLINK
pval *topath, *frompath;
int ret;
+ PLS_FETCH();
if (ARG_COUNT(ht) != 2 || getParameters(ht, 2, &topath, &frompath) == FAILURE) {
WRONG_PARAM_COUNT;
#if HAVE_LINK
pval *topath, *frompath;
int ret;
+ PLS_FETCH();
if (ARG_COUNT(ht) != 2 || getParameters(ht, 2, &topath, &frompath) == FAILURE) {
WRONG_PARAM_COUNT;