summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/ndr_server_id.h
blob: 5975abc1f5e6793f8585fc471afbefd5f17f0715 (plain)
1
2
3
4
5
6

/* The following definitions come from librpc/ndr/ndr_server_id.c  */

enum ndr_err_code ndr_push_server_id(struct ndr_push *ndr, int ndr_flags, const struct server_id *r);
enum ndr_err_code ndr_pull_server_id(struct ndr_pull *ndr, int ndr_flags, struct server_id *r);
void ndr_print_server_id(struct ndr_print *ndr, const char *name, const struct server_id *r);