1
0
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:
Kai Blin 2008-03-29 00:31:37 +01:00
parent 2d12b275f3
commit 294c55faf6

View File

@ -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