moved headers to extern

master
Aaron Marcher 10 years ago committed by Aaron Marcher (drkhsh)
parent d73118eaa4
commit 37959ca569

@ -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