diff include/types.h @ 740:b302b6e35f93

Add MIME type to file
author Adam Chlipala <adamc@hcoop.net>
date Sat, 25 Apr 2009 14:47:16 -0400
parents 4bb7e1c0550a
children f7e2026dd5ae
line wrap: on
line diff
--- a/include/types.h	Sat Apr 25 14:35:49 2009 -0400
+++ b/include/types.h	Sat Apr 25 14:47:16 2009 -0400
@@ -29,7 +29,7 @@
 } uw_Basis_channel;
 
 typedef struct uw_Basis_file {
-  uw_Basis_string name;
+  uw_Basis_string name, type;
   uw_Basis_blob data;
 } uw_Basis_file;