#include "reGlobalsExtern.h"
#include "icatHighLevelRoutines.h"
#include "generalAdmin.h"
Go to the source code of this file.
Functions | |
int | msiCreateUser (ruleExecInfo_t *rei) |
int | msiCreateCollByAdmin (msParam_t *xparColl, msParam_t *xchildName, ruleExecInfo_t *rei) |
int | msiDeleteCollByAdmin (msParam_t *xparColl, msParam_t *xchildName, ruleExecInfo_t *rei) |
int | msiDeleteUser (ruleExecInfo_t *rei) |
int | msiAddUserToGroup (msParam_t *msParam, ruleExecInfo_t *rei) |
int | msiRenameLocalZone (msParam_t *oldName, msParam_t *newName, ruleExecInfo_t *rei) |
int | msiRenameCollection (msParam_t *oldName, msParam_t *newName, ruleExecInfo_t *rei) |
int | msiAclPolicy (msParam_t *msParam, ruleExecInfo_t *rei) |
int | msiSetQuota (msParam_t *type, msParam_t *name, msParam_t *resource, msParam_t *value, ruleExecInfo_t *rei) |
Definition in file icatAdminMS.c.