Sfoglia il codice sorgente

moved headers to extern

master
Aaron Marcher 8 anni fa
committed by Aaron Marcher (drkhsh)
parent
commit
37959ca569
5 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  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 Vedi File


concat.h → extern/concat.h Vedi File


strlcat.h → extern/strlcat.h Vedi File


strlcpy.h → extern/strlcpy.h Vedi File


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


Caricamento…
Annulla
Salva