Make sure prototypes are always included, make some functions static and
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / update_keytab.c
index 2c6cb102d978b0a56872d7d4ff600ae419bdc8ac..8eb49b5792e143e41fefa5d5306928af1fc39fc7 100644 (file)
@@ -54,8 +54,8 @@ struct update_kt_ctx {
        bool found;
 };
 
-struct update_kt_ctx *update_kt_ctx_init(struct ldb_module *module,
-                                        struct ldb_request *req)
+static struct update_kt_ctx *update_kt_ctx_init(struct ldb_module *module,
+                                               struct ldb_request *req)
 {
        struct update_kt_ctx *ac;