summaryrefslogtreecommitdiffstats
path: root/include/libaccess/aclproto.h
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-09-09 10:18:59 -0700
committerNathan Kinder <nkinder@redhat.com>2010-09-09 10:18:59 -0700
commitd88253df42157df3d112122c3551b0969e9ce8a0 (patch)
treea2d82ffc772dbf775ef2489d6f34878994beecf8 /include/libaccess/aclproto.h
parentb2962bd5ecab66571b2afe223a61ff1a7d53dc3c (diff)
downloadds-d88253df42157df3d112122c3551b0969e9ce8a0.tar.gz
ds-d88253df42157df3d112122c3551b0969e9ce8a0.tar.xz
ds-d88253df42157df3d112122c3551b0969e9ce8a0.zip
Bug 630090 - (cov#11974) Remove unused ACL functions
Coverity flagged a memory corruption issue in an old unused ACL function. It is best to just remove these unused functions. The functions removed are: ACL_ParseFile ACL_WriteFile ACL_WriteString ACL_Decompose acl_to_str_* acl_decompose_*
Diffstat (limited to 'include/libaccess/aclproto.h')
-rw-r--r--include/libaccess/aclproto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libaccess/aclproto.h b/include/libaccess/aclproto.h
index 5f273842..fe6545c8 100644
--- a/include/libaccess/aclproto.h
+++ b/include/libaccess/aclproto.h
@@ -58,13 +58,7 @@ NSPR_BEGIN_EXTERN_C
/*********************************************************************
* ACL language and file interfaces
*********************************************************************/
-
-NSAPI_PUBLIC ACLListHandle_t * ACL_ParseFile(NSErr_t *errp, char *filename);
NSAPI_PUBLIC ACLListHandle_t * ACL_ParseString(NSErr_t *errp, char *buffer);
-NSAPI_PUBLIC int ACL_Decompose(NSErr_t *errp, char **acl, ACLListHandle_t *acl_list);
-NSAPI_PUBLIC int ACL_WriteString(NSErr_t *errp, char **acl, ACLListHandle_t *acllist);
-NSAPI_PUBLIC int ACL_WriteFile(NSErr_t *errp, char *filename, ACLListHandle_t *acllist);
-
/*********************************************************************
* ACL Expression construction interfaces