OLD | NEW |
1 /* | 1 /* |
2 * Public libusb header file | 2 * Public libusb header file |
3 * Copyright (C) 2007-2008 Daniel Drake <dsd@gentoo.org> | 3 * Copyright (C) 2007-2008 Daniel Drake <dsd@gentoo.org> |
4 * Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com> | 4 * Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com> |
5 * | 5 * |
6 * This library is free software; you can redistribute it and/or | 6 * This library is free software; you can redistribute it and/or |
7 * modify it under the terms of the GNU Lesser General Public | 7 * modify it under the terms of the GNU Lesser General Public |
8 * License as published by the Free Software Foundation; either | 8 * License as published by the Free Software Foundation; either |
9 * version 2.1 of the License, or (at your option) any later version. | 9 * version 2.1 of the License, or (at your option) any later version. |
10 * | 10 * |
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1392 libusb_context *ctx); | 1392 libusb_context *ctx); |
1393 void LIBUSB_CALL libusb_set_pollfd_notifiers(libusb_context *ctx, | 1393 void LIBUSB_CALL libusb_set_pollfd_notifiers(libusb_context *ctx, |
1394 libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb, | 1394 libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb, |
1395 void *user_data); | 1395 void *user_data); |
1396 | 1396 |
1397 #ifdef __cplusplus | 1397 #ifdef __cplusplus |
1398 } | 1398 } |
1399 #endif | 1399 #endif |
1400 | 1400 |
1401 #endif | 1401 #endif |
OLD | NEW |