diff options
Diffstat (limited to 'sys/ddb/db_sym.h')
-rw-r--r-- | sys/ddb/db_sym.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 9b610c5..661f16b 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_sym.h,v 1.4 1994/08/18 22:34:26 wollman Exp $ + * $Id: db_sym.h,v 1.5 1994/08/20 03:48:27 davidg Exp $ */ #ifndef _DDB_DB_SYM_H_ @@ -97,6 +97,6 @@ extern int db_eqname(/* char*, char*, char */); extern void db_printsym(/* db_expr_t, db_strategy_t */); /* print closest symbol to a value */ extern boolean_t db_line_at_pc(db_sym_t, char **, int *, db_expr_t); -extern int X_db_sym_nymargs(db_symtab_t *, db_sym_t, int *, char **); +extern int X_db_sym_numargs(db_symtab_t *, db_sym_t, int *, char **); #endif /* _DDB_DB_SYM_H_ */ |