forked from Imagelibrary/binutils-gdb
2000-04-11 Fernando Nasser <fnasser@cygnus.com>
* wrapper.h: Remove definitions of internal functions. * wrapper.c: Remove definitions of exported functions (which are already in wrapper.h) and make static all internal wrap_* functions.
This commit is contained in:
@@ -24,21 +24,15 @@ struct gdb_wrapper_arguments;
|
||||
|
||||
extern int gdb_parse_exp_1 PARAMS ((char **, struct block *,
|
||||
int, struct expression **));
|
||||
extern int wrap_parse_exp_1 PARAMS ((char *));
|
||||
|
||||
extern int gdb_evaluate_expression PARAMS ((struct expression *, value_ptr *));
|
||||
extern int wrap_evaluate_expression PARAMS ((char *));
|
||||
|
||||
extern int gdb_value_fetch_lazy PARAMS ((value_ptr));
|
||||
extern int wrap_value_fetch_lazy PARAMS ((char *));
|
||||
|
||||
extern int gdb_value_equal PARAMS ((value_ptr, value_ptr, int *));
|
||||
extern int wrap_value_equal PARAMS ((char *));
|
||||
|
||||
extern int gdb_value_ind PARAMS ((value_ptr val, value_ptr * rval));
|
||||
extern int wrap_value_ind PARAMS ((char *opaque_arg));
|
||||
|
||||
extern int gdb_parse_and_eval_type (char *, int, struct type **);
|
||||
extern int wrap_parse_and_eval_type (char *);
|
||||
|
||||
#endif /* WRAPPER_H */
|
||||
|
||||
Reference in New Issue
Block a user