Changeset 55123 in vbox for trunk/src/VBox/RDP/client-1.8.3/proto.h
- Timestamp:
- Apr 8, 2015 9:40:02 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99420
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client-1.8.3/proto.h
r55121 r55123 16 16 along with this program. If not, see <http://www.gnu.org/licenses/>. 17 17 */ 18 19 /* 20 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 21 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 22 * the General Public License version 2 (GPLv2) at this time for any software where 23 * a choice of GPL license versions is made available with the language indicating 24 * that GPLv2 or any later version may be used, or where a choice of which version 25 * of the GPL is applied is otherwise unspecified. 26 */ 18 27 19 28 #ifndef RDESKTOP_PROTO_H … … 355 364 void scardSetInfo(uint32 epoch, uint32 device, uint32 id, uint32 bytes_out); 356 365 void scard_reset_state(); 366 /* vrdp/rdpusb.c */ 367 RD_BOOL rdpusb_init(void); 368 void rdpusb_close (void); 369 void rdpusb_add_fds(int *n, fd_set * rfds, fd_set * wfds); 370 void rdpusb_check_fds(fd_set * rfds, fd_set * wfds); 357 371 358 372 /* *INDENT-OFF* */
Note:
See TracChangeset
for help on using the changeset viewer.