From d589430fa006dc4fc950be025e3a949b56e1a7bd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 11 Oct 2010 04:05:37 +0200 Subject: credentials: Fix the build. Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Oct 11 02:47:50 UTC 2010 on sn-devel-104 --- source4/auth/credentials/credentials.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/credentials/credentials.h') diff --git a/source4/auth/credentials/credentials.h b/source4/auth/credentials/credentials.h index b7023cd17b..a468624b1f 100644 --- a/source4/auth/credentials/credentials.h +++ b/source4/auth/credentials/credentials.h @@ -299,4 +299,5 @@ NTSTATUS cli_credentials_set_secrets(struct cli_credentials *cred, char **error_string); int cli_credentials_get_kvno(struct cli_credentials *cred); + #endif /* __CREDENTIALS_H__ */ -- cgit