1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

auth: Add necessary decoration to auth/auth_util.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2019-04-03 12:16:50 +02:00 committed by Jeremy Allison
parent 2a926231ab
commit a0f03be77f

View File

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