mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r14500: Make some more functions public
(This used to be commit 867fc489228a827fae08de3969e0db2a22192609)
This commit is contained in:
parent
36b56d64b2
commit
2f65012d3d
@ -817,7 +817,7 @@ REQUIRED_SUBSYSTEMS = dcerpc NDR_INITSHUTDOWN EJSRPC
|
||||
INIT_FUNCTION = ejs_init_netlogon
|
||||
OBJ_FILES = gen_ndr/ndr_netlogon_ejs.o
|
||||
SUBSYSTEM = smbcalls
|
||||
REQUIRED_SUBSYSTEMS = dcerpc NDR_NETLOGON EJSRPC
|
||||
REQUIRED_SUBSYSTEMS = dcerpc NDR_NETLOGON EJSRPC RPC_EJS_SAMR
|
||||
|
||||
[MODULE::RPC_EJS_SVCCTL]
|
||||
INIT_FUNCTION = ejs_init_svcctl
|
||||
|
@ -1,5 +1,6 @@
|
||||
all: basics bin/asn1_compile bin/compile_et binaries libraries modules
|
||||
|
||||
include dynconfig.mk
|
||||
include heimdal_build/config.mk
|
||||
include config.mk
|
||||
include dsdb/config.mk
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
static EjsId eid;
|
||||
|
||||
void ejs_exception(const char *reason)
|
||||
_PUBLIC_ void ejs_exception(const char *reason)
|
||||
{
|
||||
Ejs *ep = ejsPtr(eid);
|
||||
ejsSetErrorMsg(eid, "%s", reason);
|
||||
|
@ -467,7 +467,7 @@ static void http_setup_arrays(struct esp_state *esp)
|
||||
static jmp_buf ejs_exception_buf;
|
||||
static const char *exception_reason;
|
||||
|
||||
void ejs_exception(const char *reason)
|
||||
_PUBLIC_ void ejs_exception(const char *reason)
|
||||
{
|
||||
Ejs *ep = ejsPtr(0);
|
||||
if (ep) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user