Make a symbol static
This symbol should not be exported. Fixes commit db5f202d5d
.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
2094c86d5c
commit
d72d1979fb
1 changed files with 1 additions and 1 deletions
2
src/fw.c
2
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)
|
||||
{
|
||||
|
|
Reference in a new issue