summaryrefslogtreecommitdiff
path: root/auth/auth_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth_util.h')
-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