Browse Source

moved headers to extern

master
Aaron Marcher 7 years ago
committed by Aaron Marcher (drkhsh)
parent
commit
37959ca569
5 changed files with 4 additions and 4 deletions
  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

arg.h → extern/arg.h View File


concat.h → extern/concat.h View File


strlcat.h → extern/strlcat.h View File


strlcpy.h → extern/strlcpy.h View File


+ 4
- 4
slstatus.c View File

@@ -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)();


Loading…
Cancel
Save