mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s4:ldb: Make sample module implementation static.
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 12:28:21 CET 2011 on sn-devel-104
This commit is contained in:
parent
d8dfdea2cc
commit
ca47dedaaf
@ -26,7 +26,7 @@
|
||||
#include "system/time.h"
|
||||
#include "ldb_module.h"
|
||||
|
||||
int sample_add(struct ldb_module *mod, struct ldb_request *req)
|
||||
static int sample_add(struct ldb_module *mod, struct ldb_request *req)
|
||||
{
|
||||
struct ldb_control *control;
|
||||
|
||||
@ -42,7 +42,7 @@ int sample_add(struct ldb_module *mod, struct ldb_request *req)
|
||||
}
|
||||
}
|
||||
|
||||
int sample_modify(struct ldb_module *mod, struct ldb_request *req)
|
||||
static int sample_modify(struct ldb_module *mod, struct ldb_request *req)
|
||||
{
|
||||
struct ldb_control *control;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user