aboutsummaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-23 22:07:24 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:39 -0700
commitf2255803cb7ddba69464a7e40b73acf65a60fe00 (patch)
treeadce3aad9864b8fe0e05c6b484383d6e96d57705 /lib.h
parentMake bb->pos a bit more accurate. (diff)
downloadsparse-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 539f6a5..c135f09 100644
--- a/lib.h
+++ b/lib.h
@@ -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)
{