moved headers to extern
This commit is contained in:
parent
d73118eaa4
commit
37959ca569
5 changed files with 4 additions and 4 deletions
0
arg.h → extern/arg.h
vendored
0
arg.h → extern/arg.h
vendored
0
concat.h → extern/concat.h
vendored
0
concat.h → extern/concat.h
vendored
0
strlcat.h → extern/strlcat.h
vendored
0
strlcat.h → extern/strlcat.h
vendored
0
strlcpy.h → extern/strlcpy.h
vendored
0
strlcpy.h → extern/strlcpy.h
vendored
|
@ -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…
Reference in a new issue