master
/ miniconda3 / include / mamba / core / menuinst.hpp

menuinst.hpp @a8e0244 raw · history · blame

1
2
3
4
5
6
7
8
#include "mamba_fs.hpp"
#include "transaction_context.hpp"

namespace mamba
{
    void remove_menu_from_json(const fs::u8path& json_file, TransactionContext* context);
    void create_menu_from_json(const fs::u8path& json_file, TransactionContext* context);
}