We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rugged_backend
1 parent fe7acc7 commit de4191eCopy full SHA for de4191e
ext/rugged/rugged.h
@@ -191,10 +191,4 @@ static inline VALUE rugged_create_oid(const git_oid *oid)
191
return rb_str_new(out, 40);
192
}
193
194
-
195
-typedef struct _rugged_backend {
196
- int (* odb_backend)(git_odb_backend **backend_out, struct _rugged_backend *backend, const char* path);
197
- int (* refdb_backend)(git_refdb_backend **backend_out, struct _rugged_backend *backend, const char* path);
198
-} rugged_backend;
199
200
#endif
0 commit comments