diff --git a/sowm.h b/sowm.h index 80dad43..455ed93 100644 --- a/sowm.h +++ b/sowm.h @@ -53,4 +53,5 @@ void win_prev(const Arg arg); void win_next(const Arg arg); void win_to_ws(const Arg arg); void ws_go(const Arg arg); -int xerror() { return 0; } + +static int xerror() { return 0; }