mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Add gmtime and localtime
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1976 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -62,6 +62,7 @@ struct mime_entry
|
||||
|
||||
/* A list of file extensions followed by the corresponding MIME encoding.
|
||||
* Extensions not found in the table proceed to the mime_types table.
|
||||
* Must be ordered by extension so to support binary searches.
|
||||
*/
|
||||
|
||||
static struct mime_entry enc_tab[] =
|
||||
@@ -74,6 +75,7 @@ static const int n_enc_tab = sizeof(enc_tab) / sizeof(*enc_tab);
|
||||
|
||||
/* A list of file extensions followed by the corresponding MIME type.
|
||||
* Extensions not found in the table are returned as text/plain.
|
||||
* Must be ordered by extension so to support binary searches.
|
||||
*/
|
||||
|
||||
static struct mime_entry typ_tab[] =
|
||||
|
||||
Reference in New Issue
Block a user