spmenu/libs/wl/init.h

7 lines
131 B
C
Raw Normal View History

2023-08-18 20:26:40 +02:00
#ifndef WL_INIT_H
#define WL_INIT_H
/* See LICENSE file for copyright and license details. */
static void handle_wl(void);
2023-08-18 20:26:40 +02:00
#endif