1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r8114: fixed the build after tpots ejs commit ....

This commit is contained in:
Andrew Tridgell 2005-07-04 04:20:34 +00:00 committed by Gerald (Jerry) Carter
parent 980c09cfca
commit 8649945cf9

View File

@ -45,3 +45,14 @@ NTSTATUS ejs_pull_uint32(struct ejs_rpc *ejs,
struct MprVar *v, const char *name, uint32_t *r);
NTSTATUS ejs_push_uint32(struct ejs_rpc *ejs,
struct MprVar *v, const char *name, uint32_t r);
/* echo calls - PLEASE LEAVE THESE HERE TILL PIDL KNOWS HOW TO
GENERATE THEM */
#include "librpc/gen_ndr/ndr_echo.h"
NTSTATUS ejs_pull_echo_AddOne(struct ejs_rpc *ejs,
struct MprVar *v, struct echo_AddOne *r);
NTSTATUS ejs_push_echo_AddOne(struct ejs_rpc *ejs,
struct MprVar *v,
const struct echo_AddOne *r);