summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_lex.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-29 10:25:50 +0000
committerphk <phk@FreeBSD.org>1995-11-29 10:25:50 +0000
commit6056f81916a007badc44587b720c1bc308265cae (patch)
tree04a837dcdadd73fa6cc99eaeb902219e812b9833 /sys/ddb/db_lex.h
parent051ce4c479c45d09eeaf7abcee957e6330406458 (diff)
downloadFreeBSD-src-6056f81916a007badc44587b720c1bc308265cae.zip
FreeBSD-src-6056f81916a007badc44587b720c1bc308265cae.tar.gz
Staticized and '#ifdef notused' stuff we don't use.
Diffstat (limited to 'sys/ddb/db_lex.h')
-rw-r--r--sys/ddb/db_lex.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h
index da87979..c93197e 100644
--- a/sys/ddb/db_lex.h
+++ b/sys/ddb/db_lex.h
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_lex.h,v 1.5 1995/05/30 07:57:01 rgrimes Exp $
+ * $Id: db_lex.h,v 1.6 1995/11/24 13:52:59 bde Exp $
*/
#ifndef _DDB_DB_LEX_H_
@@ -37,11 +37,8 @@
* Lexical analyzer.
*/
void db_flush_lex __P((void));
-void db_flush_line __P((void));
-int db_read_char __P((void));
int db_read_line __P((void));
int db_read_token __P((void));
-void db_unread_char __P((int c));
void db_unread_token __P((int t));
extern int db_tok_number;
OpenPOWER on IntegriCloud