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:
parent
2a926231ab
commit
a0f03be77f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user