summaryrefslogtreecommitdiffstats
path: root/src/include/main_decl.h
blob: 4198d64516adb3e9b74ea8341131a8ef25610e11 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _MAIN_DECL_H_
#define _MAIN_DECL_H_

void main(void);

#endif