Not part of the sources
[deliverable/binutils-gdb.git] / gdb / scm-lang.h
index 73fc745f72447ba7fd8c9e37c579276e53c6ac31..878a2ab20eab0a7973a4bce67260e836501ab340 100644 (file)
@@ -29,12 +29,12 @@ struct value;
 extern int scm_value_print PARAMS ((struct value *, GDB_FILE*,
                                    int, enum val_prettyprint));
 
-extern int scm_val_print PARAMS ((struct type*, char*, CORE_ADDR, GDB_FILE*,
+extern int scm_val_print PARAMS ((struct type*, char*, int, CORE_ADDR, GDB_FILE*,
                                 int, int, int, enum val_prettyprint));
 
 extern LONGEST scm_get_field PARAMS ((LONGEST, int));
 
-extern int scm_scmval_print PARAMS ((LONGEST, GDB_FILE *,
+extern void scm_scmval_print PARAMS ((LONGEST, GDB_FILE *,
                                     int, int, int, enum val_prettyprint));
 
 extern int is_scmvalue_type PARAMS ((struct type*));
@@ -45,4 +45,6 @@ extern struct value * scm_evaluate_string PARAMS ((char*, int));
 
 extern struct type *builtin_type_scm;
 
-extern int scm_parse ();
+extern int scm_parse PARAMS ((void));
+
+extern LONGEST scm_unpack PARAMS ((struct type *, char *, enum type_code));
This page took 0.023051 seconds and 4 git commands to generate.