summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/imfs/imfs_debug.c')
-rw-r--r--cpukit/libfs/src/imfs/imfs_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_debug.c b/cpukit/libfs/src/imfs/imfs_debug.c
index 0a4e3a9bba..f8bdf1ce41 100644
--- a/cpukit/libfs/src/imfs/imfs_debug.c
+++ b/cpukit/libfs/src/imfs/imfs_debug.c
@@ -33,7 +33,7 @@
*
* This routine prints the contents of the specified jnode.
*/
-void IMFS_print_jnode(
+static void IMFS_print_jnode(
IMFS_jnode_t *the_jnode
)
{
@@ -98,7 +98,7 @@ void IMFS_print_jnode(
* directory is encountered, then this routine will recurse to process
* the subdirectory.
*/
-void IMFS_dump_directory(
+static void IMFS_dump_directory(
IMFS_jnode_t *the_directory,
int level
)