Remove private _aa_is_blacklisted from SWIG bindings

Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
Ryan Lee 2024-09-23 12:07:53 -07:00
parent 2bd1884654
commit bdc8889cc0

View file

@ -70,10 +70,6 @@ warnings.warn("free_record is now a no-op as the record's memory is handled auto
extern char *aa_splitcon(char *con, char **mode);
/* apparmor_private.h */
extern int _aa_is_blacklisted(const char *name);
#ifdef SWIGPYTHON
%exception {
$action