From: Günther Deschner Date: Tue, 24 Jun 2008 10:30:34 +0000 (+0200) Subject: net_vampire: add username/password to samsync_context. X-Git-Tag: samba-3.3.0pre1~785 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e884304206b512a1ffc70b7a4da8db3c6dfd4f11;p=thirdparty%2Fsamba.git net_vampire: add username/password to samsync_context. Guenther --- diff --git a/source/libnet/libnet_samsync.h b/source/libnet/libnet_samsync.h index 03d4f5366c9..de0225c6fc5 100644 --- a/source/libnet/libnet_samsync.h +++ b/source/libnet/libnet_samsync.h @@ -39,6 +39,9 @@ struct samsync_context { const char *domain_name; const char *output_filename; + const char *username; + const char *password; + char *result_message; char *error_message;