File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ static GitOdbBackend()
33
33
public exists_prefix_callback ExistsPrefix ;
34
34
public IntPtr Refresh ;
35
35
public foreach_callback Foreach ;
36
+
37
+ private IntPtr Padding ; // TODO: add writemidx
38
+
36
39
public IntPtr Writepack ;
37
40
public IntPtr Freshen ;
38
41
public free_callback Free ;
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ internal class GitRebaseOptions
18
18
19
19
public GitCheckoutOpts checkout_options = new GitCheckoutOpts { version = 1 } ;
20
20
21
+ private IntPtr padding ; // TODO: add git_commit_create_cb
22
+
21
23
public NativeMethods . commit_signing_callback signing_callback ;
22
24
}
23
25
}
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ internal struct GitRemoteCallbacks
33
33
34
34
internal IntPtr transport ;
35
35
36
+ private IntPtr padding ; // TODO: add git_remote_ready_cb
37
+
36
38
internal IntPtr payload ;
37
39
38
40
internal NativeMethods . url_resolve_callback resolve_url ;
You can’t perform that action at this time.
0 commit comments