summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-16 23:27:38 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-16 23:50:22 +0100
commit0bc5d2ca4cee4e6ace987d424098d643e40f1ca1 (patch)
treeb17174ae68397f2791383cf7dc6755d4177fa462 /desktop
parent33c7df0c40023cb1b0c17084680a21ee8e0229ea (diff)
downloadnetsurf-0bc5d2ca4cee4e6ace987d424098d643e40f1ca1.tar.gz
netsurf-0bc5d2ca4cee4e6ace987d424098d643e40f1ca1.tar.bz2
create date and time to seconds since epoch processing utility function
currently NetSurf uses curl_getdate to convert textural date and time strings into seconds since epoch. It is betetr to move this functionality to a utility function so curl_getdate can easily be replaced if required.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui_fetch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/gui_fetch.h b/desktop/gui_fetch.h
index 20db39d20..22c5e6a2e 100644
--- a/desktop/gui_fetch.h
+++ b/desktop/gui_fetch.h
@@ -91,8 +91,8 @@ struct gui_fetch_table {
/**
* Find a MIME type for a local file
*
- * @note only used in curl fetcher on RISC OS otherwise its a
- * strdup of filetype.
+ * @note only used in curl fetcher in form file controls on
+ * RISC OS otherwise its a strdup of a filetype call.
*
* \param ro_path RISC OS style path to file on disk
* \return MIME type string (on heap, caller should free), or NULL