]> Skullheadx's Git Forge - slstatus.git/commitdiff
moved headers to extern
authorAaron Marcher <info@nulltime.net>
Sat, 17 Sep 2016 16:07:03 +0000 (18:07 +0200)
committerAaron Marcher (drkhsh) <info@nulltime.net>
Sat, 17 Sep 2016 16:07:03 +0000 (18:07 +0200)
extern/arg.h [moved from arg.h with 100% similarity]
extern/concat.h [moved from concat.h with 100% similarity]
extern/strlcat.h [moved from strlcat.h with 100% similarity]
extern/strlcpy.h [moved from strlcpy.h with 100% similarity]
slstatus.c

similarity index 100%
rename from arg.h
rename to extern/arg.h
similarity index 100%
rename from concat.h
rename to extern/concat.h
similarity index 100%
rename from strlcat.h
rename to extern/strlcat.h
similarity index 100%
rename from strlcpy.h
rename to extern/strlcpy.h
index babcb89539a97d2b3c04a7d5e17afed1ce6131fb..99ef72089a4f49e07979708d56e6205c9b6dfb4c 100644 (file)
 #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)();