2023-11-19 13:41:32 -05:00

14 lines
311 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef MUON_FUNCTIONS_FILE_H
#define MUON_FUNCTIONS_FILE_H
#include "functions/common.h"
bool file_is_linkable(struct workspace *wk, obj file);
extern const struct func_impl impl_tbl_file[];
#endif