sway/include/sway.h

7 lines
87 B
C

#ifndef _SWAY_SWAY_H
#define _SWAY_SWAY_H
void sway_terminate(int exit_code);
#endif