summaryrefslogtreecommitdiffstats
path: root/include/sway.h
blob: b5cfb668ec59461617f1b8dd8d2d96b286bd572e (plain) (blame)
1
2
3
4
5
6
#ifndef _SWAY_SWAY_H
#define _SWAY_SWAY_H

void sway_terminate(int exit_code);

#endif