Colin Walters 453aed97f6 tree-wide: Run clang-format
This is a one-time tree wide reformatting to ensure consistency
going forward.
2023-05-02 08:42:19 -04:00

10 lines
357 B
C

// Feel free to edit this file, it won't be regenerated by gir generator unless removed.
#include <ostree.h>
// hack to build and test on versions of libostree < 2019.2
#if !OSTREE_CHECK_VERSION(2019, 2)
#define OSTREE_REPO_LIST_REFS_EXT_EXCLUDE_MIRRORS 4
#define OSTREE_REPO_REMOTE_CHANGE_REPLACE 4
#define OSTREE_REPO_RESOLVE_REV_EXT_LOCAL_ONLY 1
#endif