summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-12-10 10:14:02 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-12-19 17:36:09 +0100
commit4c106dc57de95ae1e9b41ec56f6c866d7098bbdf (patch)
tree371e0fe6b6c1a55eaa12b6c4cb4b0d7d137e2b33 /src/db/sysdb.h
parent3a25e6306937e219fc0cfa6ee74a33bb5ff66cef (diff)
downloadsssd-4c106dc57de95ae1e9b41ec56f6c866d7098bbdf.tar.gz
sssd-4c106dc57de95ae1e9b41ec56f6c866d7098bbdf.tar.xz
sssd-4c106dc57de95ae1e9b41ec56f6c866d7098bbdf.zip
Add sysdb_attrs_get_int32_t
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 9bcd7be09..255a135f0 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -294,6 +294,8 @@ errno_t sysdb_attrs_get_bool(struct sysdb_attrs *attrs, const char *name,
bool *value);
int sysdb_attrs_get_uint16_t(struct sysdb_attrs *attrs, const char *name,
uint16_t *value);
+int sysdb_attrs_get_int32_t(struct sysdb_attrs *attrs, const char *name,
+ int32_t *value);
int sysdb_attrs_get_uint32_t(struct sysdb_attrs *attrs, const char *name,
uint32_t *value);