summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb_private.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-03-04 10:28:09 -0500
committerSimo Sorce <ssorce@redhat.com>2009-03-04 10:28:09 -0500
commit3257f91e0f39601f36057bec2e0e6c8b5e061cc8 (patch)
tree2c41edce52c36fc4c8733c112b0cc6c82e398584 /server/db/sysdb_private.h
parent4636daa206028b0321014ebddb6b9670c805438a (diff)
downloadsssd-3257f91e0f39601f36057bec2e0e6c8b5e061cc8.tar.gz
sssd-3257f91e0f39601f36057bec2e0e6c8b5e061cc8.tar.xz
sssd-3257f91e0f39601f36057bec2e0e6c8b5e061cc8.zip
Improve sysdb
Add comments in header files to better explain interfaces and intended usage. Expose function to convert from ldb errors to errnos. Add sysdb_attrs helper to add a long integer as a value.
Diffstat (limited to 'server/db/sysdb_private.h')
-rw-r--r--server/db/sysdb_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/db/sysdb_private.h b/server/db/sysdb_private.h
index 35cafb0d7..012d3977e 100644
--- a/server/db/sysdb_private.h
+++ b/server/db/sysdb_private.h
@@ -78,8 +78,6 @@ struct sysdb_ctx {
struct sysdb_req *queue;
};
-int sysdb_error_to_errno(int ldberr);
-
bool sysdb_req_check_running(struct sysdb_req *req);
#endif /* __INT_SYS_DB_H__ */