From 403d8f883d3653c124012f01bb54ea9cae83d06b Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 22 Nov 2013 18:30:37 +0100 Subject: ddb: move forward declaration into a header file * ddb/db_sym.c (db_lookup): Remove forward declaration. * ddb/db_sym.h (db_lookup): Add prototype. --- ddb/db_sym.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ddb/db_sym.c') diff --git a/ddb/db_sym.c b/ddb/db_sym.c index 0a5c9db..fede7dc 100644 --- a/ddb/db_sym.c +++ b/ddb/db_sym.c @@ -50,8 +50,6 @@ int db_nsymtab = 0; db_symtab_t *db_last_symtab; -db_sym_t db_lookup(); /* forward */ - /* * Add symbol table, with given name, to list of symbol tables. */ -- cgit v1.2.3