Explorar el Código

Remove xfer_ready() (it has been replaced by xfer_window())

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
f0c44f2f71
Se han modificado 1 ficheros con 0 adiciones y 14 borrados
  1. 0
    14
      src/core/xfer.c

+ 0
- 14
src/core/xfer.c Ver fichero

126
 	return len;
126
 	return len;
127
 }
127
 }
128
 
128
 
129
-/**
130
- * Test to see if interface is ready to accept data
131
- *
132
- * @v xfer		Data transfer interface
133
- * @ret rc		Return status code
134
- *
135
- * This test is optional; the data transfer interface may wish that it
136
- * does not yet wish to accept data, but cannot prevent attempts to
137
- * deliver data to it.
138
- */
139
-int xfer_ready ( struct xfer_interface *xfer ) {
140
-	return xfer_seek ( xfer, 0, SEEK_CUR );
141
-}
142
-
143
 /**
129
 /**
144
  * Allocate I/O buffer
130
  * Allocate I/O buffer
145
  *
131
  *

Loading…
Cancelar
Guardar