File: browse.h

package info (click to toggle)
reiser4progs 1.0.7-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,352 kB
  • ctags: 3,699
  • sloc: ansic: 33,483; sh: 8,489; makefile: 1,001
file content (15 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
   reiser4progs/COPYING.
   
   browse.h -- filesystem browse code.*/

#ifndef DEBUGFS_BROWSE_H
#define DEBUGFS_BROWSE_H

#ifdef HAVE_CONFIG_H
#  include <config.h> 
#endif

extern errno_t debugfs_browse(reiser4_fs_t *fs, char *filename);

#endif