Преглед на файлове

moved headers to extern

Aaron Marcher преди 9 години
родител
ревизия
37959ca569
променени са 5 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 0 0
      extern/arg.h
  2. 0 0
      extern/concat.h
  3. 0 0
      extern/strlcat.h
  4. 0 0
      extern/strlcpy.h
  5. 4 4
      slstatus.c

+ 0 - 0
arg.h → extern/arg.h


+ 0 - 0
concat.h → extern/concat.h


+ 0 - 0
strlcat.h → extern/strlcat.h


+ 0 - 0
strlcpy.h → extern/strlcpy.h


+ 4 - 4
slstatus.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)();