1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Bug 770: Comment updates

Since commit b7d03f9b04 on 2009-07-19,
lun_resume() no longer assumes that data points to struct cdf_hop.
This commit is contained in:
Kalle Olavi Niemitalo 2009-07-21 03:26:59 +03:00 committed by Kalle Olavi Niemitalo
parent 4067e54727
commit 53c19e5b66

View File

@ -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