// SPDX-License-Identifier: GPL-2.0 #ifndef EXTRADATA_H #define EXTRADATA_H #include struct extra_data { std::string key; std::string value; }; #endif