2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
26 void (*short_info
) ();
33 char (*opt
) (DArray
* d_opts
, int * pos
);
34 char (*opt2
) (DArray
* d_opts
, int * pos
);
37 /* Language plugin. */
41 char *(*the
) (struct tt_state_t
*d_tt_state
); // --the-tt
42 int (*make_ctags
) (char *f_name
, FILE *ofile
); // SilentBob --make-ctags code body.
43 int (*call_tags
) (char *f_name
); // SilentBob --call-tags code body.
44 int (*print_tags
) (char * f_name
); // tags <tag>
45 void (*file
) (DArray
* d_files
); // sb <files> --file
49 int modding_start (int i_cmd
);
50 int modding_load_plugin (char * name
, char * path
);
51 void mod_plugin_info (int ID
);