summaryrefslogtreecommitdiffstats
path: root/src/xml/href-attribute-helper.h
blob: c21cce2393d2e8659cb0540040377450fe8e01bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Authors:
 *   Thomas Holder
 *
 * Copyright (C) 2022 Authors
 *
 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
 */

#include <utility>

#include "xml/node.h"

namespace Inkscape {
std::pair<char const *, char const *> getHrefAttribute(XML::Node const &);
void setHrefAttribute(XML::Node &, Util::const_char_ptr);
} // namespace Inkscape