moved headers to extern
This commit is contained in:
parent
d73118eaa4
commit
37959ca569
|
@ -26,10 +26,10 @@
|
||||||
#undef strlcat
|
#undef strlcat
|
||||||
#undef strlcpy
|
#undef strlcpy
|
||||||
|
|
||||||
#include "arg.h"
|
#include "extern/arg.h"
|
||||||
#include "strlcat.h"
|
#include "extern/strlcat.h"
|
||||||
#include "strlcpy.h"
|
#include "extern/strlcpy.h"
|
||||||
#include "concat.h"
|
#include "extern/concat.h"
|
||||||
|
|
||||||
struct arg {
|
struct arg {
|
||||||
char *(*func)();
|
char *(*func)();
|
||||||
|
|
Loading…
Reference in New Issue