Very old versions for history.
[opsoft_archive.git] / silentbob / silent_bob-1.2 / src / base.h
blob3483ed0570bd383f36b19170687c7eb9e689e25a
1 /*
2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
4 *
5 */
7 #ifndef DEFINE_BASE_H
8 #define DEFINE_BASE_H
10 int call_tags (EArray *);
11 int cgrep (EArray * d_files, char * exp);
12 int sb_init ();
13 pid_t init_cscope ();
14 void call_tree (char * f_name, int n_trip = 1);
15 void globals (char * d_file, int d_type);
16 void got_structs (char * d_file);
17 void nogui_indent ();
18 void reverse_calltree (char * f_name);
19 void flist_main (char * d_file);
20 void usage ();
22 #endif