mirror of
https://github.com/samba-team/samba.git
synced 2025-10-31 12:23:52 +03:00
r8483: switched our generated ejs rpc code over to the new OO interface. This
means we don't pollute the name space, and also makes for faster startup times as we only create variables for the pipes that we use, not all pipes
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
437c4057ae
commit
57d7a585e8
@@ -28,4 +28,3 @@ NTSTATUS mprGetVar(struct MprVar **v, const char *name);
|
||||
void mprAddArray(struct MprVar *var, int i, struct MprVar v);
|
||||
void mprSetCFunction(struct MprVar *obj, const char *name, MprCFunction fn);
|
||||
void mprSetStringCFunction(struct MprVar *obj, const char *name, MprStringCFunction fn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user