mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Bug 770: Comment updates
Since commit b7d03f9b044e69e712b8c66ff9a4974f6ab564a5 on 2009-07-19, lun_resume() no longer assumes that data points to struct cdf_hop.
This commit is contained in:
parent
4067e54727
commit
53c19e5b66
@ -493,10 +493,7 @@ struct lun_hop {
|
||||
/** This function will be called when the user answers. */
|
||||
lun_callback_T *callback;
|
||||
|
||||
/** A pointer to be passed to #callback. If #resume includes
|
||||
* ::DOWNLOAD_RESUME_ALLOWED, this must point to struct
|
||||
* cdf_hop because the pointer can be read by lun_resume(),
|
||||
* which assumes so. */
|
||||
/** A pointer to be passed to #callback. */
|
||||
void *data;
|
||||
|
||||
/** Whether the download can be resumed.
|
||||
@ -655,9 +652,7 @@ lun_resume(void *lun_hop_)
|
||||
* need not or cannot be asked.
|
||||
*
|
||||
* @param data
|
||||
* A pointer to be passed to @a callback. If @a resume includes
|
||||
* ::DOWNLOAD_RESUME_ALLOWED, this must point to struct cdf_hop
|
||||
* because the pointer can be read by lun_resume(), which assumes so.
|
||||
* A pointer to be passed to @a callback.
|
||||
*
|
||||
* @relates lun_hop */
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user