all repos — slstatus @ 37959ca569a4bf69c6c1bbb16991cfc6d8452970

my build of slstatus (tools.suckless.org/slstatus/)

moved headers to extern
Aaron Marcher info@nulltime.net
Sat, 17 Sep 2016 18:07:03 +0200
commit

37959ca569a4bf69c6c1bbb16991cfc6d8452970

parent

d73118eaa47a9c4ea9ac9860b3d8b6e4c7c388dc

5 files changed, 4 insertions(+), 4 deletions(-)

jump to
M slstatus.cslstatus.c

@@ -26,10 +26,10 @@

#undef strlcat #undef strlcpy -#include "arg.h" -#include "strlcat.h" -#include "strlcpy.h" -#include "concat.h" +#include "extern/arg.h" +#include "extern/strlcat.h" +#include "extern/strlcpy.h" +#include "extern/concat.h" struct arg { char *(*func)();