summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-25 14:47:16 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-25 14:47:16 -0400
commitd2274ae571370a5f0b88a6b0a5b264fde29378b9 (patch)
treea76de7cb5b97a481d0ef3ddb3b406ae4b0f67a7f /include/types.h
parent3d0a7f3cd81daaa7d49de95de7fe4eb8d1288876 (diff)
Add MIME type to file
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/types.h b/include/types.h
index 69407b07..90a9f524 100644
--- a/include/types.h
+++ b/include/types.h
@@ -29,7 +29,7 @@ typedef struct {
} uw_Basis_channel;
typedef struct uw_Basis_file {
- uw_Basis_string name;
+ uw_Basis_string name, type;
uw_Basis_blob data;
} uw_Basis_file;