diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-08-15 13:24:08 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-21 12:27:02 +0200 |
commit | 74c85b07831edb520764bfb0f997576ff355c681 (patch) | |
tree | 6d5104612c66fcd9a7746efccdea9282fe0d71c8 /src/db/sysdb.h | |
parent | 9356e8f50436724e985d9a8f5d4f2bc0f5b837bc (diff) | |
download | sssd-74c85b07831edb520764bfb0f997576ff355c681.tar.gz sssd-74c85b07831edb520764bfb0f997576ff355c681.tar.bz2 sssd-74c85b07831edb520764bfb0f997576ff355c681.zip |
SYSDB: Make sysdb_attrs_get_el_int() public
Also rename it to sysdb_attrs_get_el_ext()
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r-- | src/db/sysdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h index 1f14b748..4e458173 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -266,6 +266,8 @@ int sysdb_attrs_copy_values(struct sysdb_attrs *src, const char *name); int sysdb_attrs_get_el(struct sysdb_attrs *attrs, const char *name, struct ldb_message_element **el); +int sysdb_attrs_get_el_ext(struct sysdb_attrs *attrs, const char *name, + bool alloc, struct ldb_message_element **el); int sysdb_attrs_steal_string(struct sysdb_attrs *attrs, const char *name, char *str); int sysdb_attrs_get_string(struct sysdb_attrs *attrs, const char *name, |