diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-19 12:23:26 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-19 12:23:26 +0000 |
commit | 7843b916faa6070f2eb5cbd2c594b56c1e94055d (patch) | |
tree | b555224b45191b4b82d4f55537f4659195a88e05 /sys/ddb/db_examine.c | |
parent | 14cac726a35484354099739306f8a7442ea7d34d (diff) |
Do not expose private functions.
Diffstat (limited to 'sys/ddb/db_examine.c')
-rw-r--r-- | sys/ddb/db_examine.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index eda9ccee248..5ab05a75c30 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_examine.c,v 1.20 2014/09/14 14:17:24 jsg Exp $ */ +/* $OpenBSD: db_examine.c,v 1.21 2016/04/19 12:23:25 mpi Exp $ */ /* $NetBSD: db_examine.c,v 1.11 1996/03/30 22:30:07 christos Exp $ */ /* @@ -45,6 +45,9 @@ char db_examine_format[TOK_STRING_SIZE] = "x"; +void db_examine(db_addr_t, char *, int); +void db_search(db_addr_t, int, db_expr_t, db_expr_t, db_expr_t); + /* * Examine (print) data. Syntax is: * x/[bhlq][cdiorsuxz]* |