X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=client.c;h=f3c9bf20254a2e29307a7deda915d95602a8c53a;hp=badb8754750ed8a89e3f8b6ff9286e3d365e742c;hb=7ece30ebc04640258b5e20dcc71f51e1b01c9222;hpb=3d48f330255eec6a404586f3cfe0e78d6d80e951 diff --git a/client.c b/client.c index badb875..f3c9bf2 100644 --- a/client.c +++ b/client.c @@ -7,7 +7,7 @@ #include #include -/* static functions */ +/* static */ static void detachstack(Client *c) { @@ -65,7 +65,7 @@ xerrordummy(Display *dsply, XErrorEvent *ee) { return 0; } -/* extern functions */ +/* extern */ void configure(Client *c) {