summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/sysdb_ops.c')
-rw-r--r--src/db/sysdb_ops.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/db/sysdb_ops.c b/src/db/sysdb_ops.c
index 93702451..4c4bc5ce 100644
--- a/src/db/sysdb_ops.c
+++ b/src/db/sysdb_ops.c
@@ -24,8 +24,8 @@
#include "util/crypto/sss_crypto.h"
#include <time.h>
-static int add_string(struct ldb_message *msg, int flags,
- const char *attr, const char *value)
+int add_string(struct ldb_message *msg, int flags,
+ const char *attr, const char *value)
{
int ret;
@@ -37,8 +37,8 @@ static int add_string(struct ldb_message *msg, int flags,
return ENOMEM;
}
-static int add_ulong(struct ldb_message *msg, int flags,
- const char *attr, unsigned long value)
+int add_ulong(struct ldb_message *msg, int flags,
+ const char *attr, unsigned long value)
{
int ret;