From 289f11acb49b6dbb3081e09bf94a86f008f55814 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Mar 1995 18:17:34 +0000 Subject: Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. --- sys/ddb/db_sym.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/ddb/db_sym.h') diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 661f16b..88cd689 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.5 1994/08/20 03:48:27 davidg Exp $ + * $Id: db_sym.h,v 1.6 1994/09/27 03:34:57 phk Exp $ */ #ifndef _DDB_DB_SYM_H_ @@ -97,6 +97,7 @@ 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 db_sym_numargs(db_sym_t, int *, char **); extern int X_db_sym_numargs(db_symtab_t *, db_sym_t, int *, char **); #endif /* _DDB_DB_SYM_H_ */ -- cgit v1.1