commit | 8bd9c19fd8e9864aeeddfbc60b044ededa66f84d | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Tue Sep 25 22:47:42 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Tue Sep 25 22:47:42 2012 +0200 |
tree | 829ff83f34f96c3f7db1cd31828c6b18f9d4372a | |
parent | 20a411d376ae951d8ef5a47aca36644458f2e14a [diff] [blame] |
Use forward.h instead of declaring structures
diff --git a/options.h b/options.h index 3ffee71..0806928 100644 --- a/options.h +++ b/options.h
@@ -1,7 +1,7 @@ #include <stdio.h> #include <sys/types.h> -struct filter; +#include "forward.h" struct options_t { int align; /* -a: default alignment column for results */