/*
 * Copyright 2020 Richard Hughes <richard@hughsie.com>
 *
 * SPDX-License-Identifier: LGPL-2.1-or-later
 */

#pragma once

#include "xb-node.h"
#include "xb-silo.h"

G_BEGIN_DECLS

XbSilo *
xb_node_get_silo(XbNode *self) G_GNUC_NON_NULL(1);

G_END_DECLS
