Skip to content

Commit cc83b64

Browse files
yarikopticpiedar
authored andcommitted
Add FN_INTERNAL so fnusb_claim_camera does not leak into public API.
Fixes OpenKinect#459 Signed-off-by: Benn Snyder <[email protected]>
1 parent baec150 commit cc83b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usb_libusb10.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ FN_INTERNAL int fnusb_process_events_timeout(fnusb_ctx *ctx, struct timeval* tim
252252
return libusb_handle_events_timeout(ctx->ctx, timeout);
253253
}
254254

255-
int fnusb_claim_camera(freenect_device* dev)
255+
FN_INTERNAL int fnusb_claim_camera(freenect_device* dev)
256256
{
257257
freenect_context *ctx = dev->parent;
258258

0 commit comments

Comments
 (0)