diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-05-29 03:28:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-05-29 03:28:46 +0000 |
commit | ec236415c2913111858b014c71682bfae1db83e1 (patch) | |
tree | 9bde07b9dfbf6d7203a4e3b552120c9e66ef64c7 /sys/ddb/db_sym.h | |
parent | 47fbf830fdaea6d0c3f97d0122948ab9b5cce3a6 (diff) |
futher support for kernfs......
Diffstat (limited to 'sys/ddb/db_sym.h')
-rw-r--r-- | sys/ddb/db_sym.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 0a12e4e518b..a1dc5c0548f 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_sym.h,v 1.10 1997/02/07 07:03:41 mickey Exp $ */ +/* $OpenBSD: db_sym.h,v 1.11 1997/05/29 03:28:45 mickey Exp $ */ /* $NetBSD: db_sym.h,v 1.7 1996/02/05 01:57:16 christos Exp $ */ /* @@ -124,6 +124,8 @@ boolean_t db_line_at_pc __P((db_sym_t, char **, int *, db_expr_t)); int db_sym_numargs __P((db_sym_t, int *, char **)); struct exec; void db_stub_xh __P((db_symtab_t, struct exec *)); +int db_symtablen __P((db_symtab_t)); +int db_symatoff __P((db_symtab_t, int, void*, int*)); /* db_hangman.c */ void db_hangman __P((db_expr_t, int, db_expr_t, char *)); |