File: up_donot_leak_fnusb_claim_camera_into_API

package info (click to toggle)
libfreenect 1%3A0.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,156 kB
  • sloc: ansic: 7,417; cpp: 7,265; cs: 2,062; python: 992; ruby: 873; java: 730; xml: 49; sh: 27; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/usb_libusb10.c
+++ b/src/usb_libusb10.c
@@ -252,7 +252,7 @@ FN_INTERNAL int fnusb_process_events_tim
 	return libusb_handle_events_timeout(ctx->ctx, timeout);
 }
 
-int fnusb_claim_camera(freenect_device* dev)
+FN_INTERNAL int fnusb_claim_camera(freenect_device* dev)
 {
 	freenect_context *ctx = dev->parent;