muon/include/functions/kernel/configure_file.h
2022-10-25 10:54:31 -04:00

12 lines
327 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef MUON_FUNCTIONS_KERNEL_CONFIGURE_FILE_H
#define MUON_FUNCTIONS_KERNEL_CONFIGURE_FILE_H
#include "functions/common.h"
bool func_configure_file(struct workspace *wk, obj _, uint32_t args_node, obj *res);
#endif