From d72d1979fbe71675dd7eed4df21576153d97b3ae Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Sun, 18 Dec 2011 11:29:05 +0100 Subject: [PATCH] Make a symbol static This symbol should not be exported. Fixes commit db5f202d5d0. Signed-off-by: Stefan Richter --- src/fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw.c b/src/fw.c index cccfb7d..1131d23 100644 --- a/src/fw.c +++ b/src/fw.c @@ -1355,7 +1355,7 @@ send_request_sync(raw1394handle_t handle, int tcode, return ret; } -int +static int read_config_rom(fw_handle_t handle, nodeid_t node, nodeaddr_t addr, size_t length, quadlet_t *buffer) {