aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsdb/fsdb.h
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2002-01-26 15:53:23 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2002-01-26 15:53:23 +0000
commit280a49ec4b48bc5d050e2c8f525449ad5f25f9d0 (patch)
treea0ad263f7ec6024848b3c5912bed7cf01616dc6a /sbin/fsdb/fsdb.h
parentb81ba372c592567093042970f6930e9122b24118 (diff)
downloadsrc-280a49ec4b48bc5d050e2c8f525449ad5f25f9d0.tar.gz
src-280a49ec4b48bc5d050e2c8f525449ad5f25f9d0.zip
Something i always wanted to see: add a function to print the list of
blocks allocated by some inode. Indirect blocks are printed recursively, so beware :), the list could become lengthy... (We should probably add some output pager to fsdb.) MFC after: 1 month
Notes
Notes: svn path=/head/; revision=89827
Diffstat (limited to 'sbin/fsdb/fsdb.h')
-rw-r--r--sbin/fsdb/fsdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h
index d884f17da255..7f2bc2e9d14b 100644
--- a/sbin/fsdb/fsdb.h
+++ b/sbin/fsdb/fsdb.h
@@ -57,6 +57,6 @@ int argcount __P((struct cmdtable *cmdp, int argc, char *argv[]));
char **crack __P((char *line, int *argc));
char **recrack __P((char *line, int *argc, int argc_max));
void printstat __P((const char *cp, ino_t inum, struct dinode *dp));
-int printactive __P((void));
+int printactive __P((int doblocks));
int checkactive __P((void));
int checkactivedir __P((void));