8000 Update GitProxyOptions · darkthread/libgit2sharp@e13df56 · GitHub
[go: up one dir, main page]

Skip to content

Commit e13df56

Browse files
committed
Update GitProxyOptions
1 parent 1cc55f0 commit e13df56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LibGit2Sharp/Core/GitProxyOptions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ internal struct GitProxyOptions
1616
public uint Version;
1717
public GitProxyType Type;
1818
public IntPtr Url;
19-
public IntPtr CredentialsCb;
20-
public IntPtr CertificateCheck;
21-
public IntPtr CbPayload;
19+
public NativeMethods.git_cred_acquire_cb Credentials;
20+
public NativeMethods.git_transport_certificate_check_cb CertificateCheck;
21+
public IntPtr Payload;
2222
}
2323
}

0 commit comments

Comments
 (0)
0