mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
IRPC: Add include guards for the header.
(This used to be commit 0e66e443ad
)
This commit is contained in:
parent
2d12b275f3
commit
294c55faf6
@ -19,6 +19,9 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef IRPC_H
|
||||
#define IRPC_H
|
||||
|
||||
#include "librpc/gen_ndr/irpc.h"
|
||||
|
||||
/*
|
||||
@ -123,4 +126,5 @@ struct server_id *irpc_servers_byname(struct messaging_context *msg_ctx, TALLOC_
|
||||
void irpc_remove_name(struct messaging_context *msg_ctx, const char *name);
|
||||
NTSTATUS irpc_send_reply(struct irpc_message *m, NTSTATUS status);
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user