From 9c6f78aae195c286818f91405b983b127ae17402 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 6 Apr 2011 15:16:53 +0200 Subject: s3: add some forward declarations. Guenther --- libcli/samsync/samsync.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcli/samsync') diff --git a/libcli/samsync/samsync.h b/libcli/samsync/samsync.h index df76f1b17b..0cd55e494c 100644 --- a/libcli/samsync/samsync.h +++ b/libcli/samsync/samsync.h @@ -22,6 +22,8 @@ #ifndef __SAMSYNC_SAMSYNC_H__ #define __SAMSYNC_SAMSYNC_H__ +struct netlogon_creds_CredentialState; + /** * Fix up the delta, dealing with encryption issues so that the final * callback need only do the printing or application logic -- cgit