diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-23 22:07:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:04:39 -0700 |
commit | f2255803cb7ddba69464a7e40b73acf65a60fe00 (patch) | |
tree | adce3aad9864b8fe0e05c6b484383d6e96d57705 /lib.h | |
parent | Make bb->pos a bit more accurate. (diff) | |
download | sparse-f2255803cb7ddba69464a7e40b73acf65a60fe00.tar.gz sparse-f2255803cb7ddba69464a7e40b73acf65a60fe00.tar.bz2 sparse-f2255803cb7ddba69464a7e40b73acf65a60fe00.zip |
Move all of the setup code to one single "sparse()" helper function.
Let's just face the fact that nobody actually wants to care about
command line switches, builtins etc. Put it all in lib.c and make
it easy to use.
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ extern int Wbitwise, Wtypesign, Wcontext; extern void declare_builtin_functions(void); extern void create_builtin_stream(void); +extern struct symbol_list *sparse(int argc, char **argv); static inline int symbol_list_size(struct symbol_list* list) { |