From 72e3b6ffd365e64204843ce1203fa6f51d783e8b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 29 May 2008 20:51:59 +0000 Subject: [PATCH] Missing prefix. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25712 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/fs_shell/fssh_byte_order.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/fs_shell/fssh_byte_order.h b/headers/private/fs_shell/fssh_byte_order.h index 70ce1e561a..b6e9407498 100644 --- a/headers/private/fs_shell/fssh_byte_order.h +++ b/headers/private/fs_shell/fssh_byte_order.h @@ -114,7 +114,7 @@ extern "C" { extern fssh_status_t fssh_swap_data(fssh_type_code type, void *data, fssh_size_t length, fssh_swap_action action); -extern bool is_type_swapped(fssh_type_code type); +extern bool fssh_is_type_swapped(fssh_type_code type); // Private implementations