From 135d1a04c791631cf8aa1b2c9ed8895fc5c3929f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 13 Jun 2011 00:07:29 +0200 Subject: [PATCH] s3:librpc/ndr/util.h: add license/copyright header and inclusion guard --- source3/librpc/ndr/util.h | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/source3/librpc/ndr/util.h b/source3/librpc/ndr/util.h index 3bf9c0e..fee55a5 100644 --- a/source3/librpc/ndr/util.h +++ b/source3/librpc/ndr/util.h @@ -1,4 +1,29 @@ +/* + Unix SMB/CIFS implementation. + + libndr interface + + Copyright (C) Andrew Tridgell 2003 + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +#ifndef _LIBRPC_NDR_UTIL_H_ +#define _LIBRPC_NDR_UTIL_H_ /* The following definitions come from librpc/ndr/util.c */ _PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name, const struct sockaddr_storage *ss); + +#endif /* _LIBRPC_NDR_UTIL_H_ */ -- 1.7.1