| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
00001 /* $Id: non_blocking.h,v 1.7 2005/06/09 06:21:55 jmckee Exp $ */
00002 /*
00003 * Copyright (C) 1999-2003 RSA Security Inc. All rights reserved.
00004 *
00005 * This work contains proprietary information of RSA Security.
00006 * Distribution is limited to authorized licensees of RSA
00007 * Security. Any unauthorized reproduction, distribution or
00008 * modification of this work is strictly prohibited.
00009 */
00010
00016 #ifndef HEADER_SHARE_NON_BLOCKING_H
00017 #define HEADER_SHARE_NON_BLOCKING_H
00018
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022
00023 int select_wait(BIO *bio, int debug, BIO *bio_out);
00024
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028
00029 #endif /* HEADER_SHARE_NON_BLOCKING_CB_H */