X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/6f9272bdabcda81425ec1aaecf26a160535d4749..ce29e1cc78d04b4d62d437f75fe69f7f451049ee:/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; };