summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-04-03 12:16:50 +0200
committerJeremy Allison <jra@samba.org>2019-04-03 16:55:27 +0000
commita0f03be77fc9086f33c5605cd3ea23a064988d45 (patch)
tree3cf506c195806ba8a9ff3e581512e4245945b3d4 /auth
parent2a926231ab9582a4e0cc778032f2c8575f754a9e (diff)
downloadsamba-a0f03be77fc9086f33c5605cd3ea23a064988d45.tar.gz
auth: Add necessary decoration to auth/auth_util.h
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/auth_util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/auth/auth_util.h b/auth/auth_util.h
index 1037cb8361f..0af6ff5ec6c 100644
--- a/auth/auth_util.h
+++ b/auth/auth_util.h
@@ -18,6 +18,15 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef __AUTH_AUTH_UTIL_H__
+#define __AUTH_AUTH_UTIL_H__
+
+#include "replace.h"
+#include <talloc.h>
+#include "librpc/gen_ndr/auth.h"
+
struct auth_session_info *copy_session_info(
TALLOC_CTX *mem_ctx,
const struct auth_session_info *src);
+
+#endif