X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/b34003c298314fe61748ea33dacccf7afc32f6e3..8ba7e5b28a7f23ebf2423df41379516c8cbac6b5:/net/http/fs.h diff --git a/net/http/fs.h b/net/http/fs.h index 1f7d434..fd7e6e2 100644 --- a/net/http/fs.h +++ b/net/http/fs.h @@ -33,7 +33,7 @@ #define __FS_H__ struct fs_file { - const unsigned char *data; + const char *data; int len; };