parent
e9f08d45f7
commit
1db0c8dcd6
|
|
@ -87,11 +87,6 @@ typedef gboolean (*DispatchOpFunc) (OstreeRepo *repo,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
const char *name;
|
|
||||||
DispatchOpFunc func;
|
|
||||||
} OstreeStaticDeltaOperation;
|
|
||||||
|
|
||||||
#define OPPROTO(name) \
|
#define OPPROTO(name) \
|
||||||
static gboolean dispatch_##name (OstreeRepo *repo, \
|
static gboolean dispatch_##name (OstreeRepo *repo, \
|
||||||
StaticDeltaExecutionState *state, \
|
StaticDeltaExecutionState *state, \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue