Initial Async notify code changes
[openssl.git] / crypto / async / arch / async_posix.h
index 43cea6d9b0b18ffed7492dde1d0e520066e39c53..7b8e905bec8f7ad1f76d7f5d57d159270c3041eb 100644 (file)
@@ -99,5 +99,10 @@ static inline int ASYNC_FIBRE_swapcontext(ASYNC_FIBRE *o, ASYNC_FIBRE *n, int r)
 int ASYNC_FIBRE_init(ASYNC_FIBRE *fibre);
 void ASYNC_FIBRE_free(ASYNC_FIBRE *fibre);
 
+int async_pipe(int *pipefds);
+int async_write1(int fd, const void *buf);
+int async_read1(int fd, void *buf);
+
+
 # endif
 #endif