summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/mothra.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-10-04 18:48:31 +0200
committercinap_lenrek <cinap_lenrek@centraldogma>2011-10-04 18:48:31 +0200
commit3efbb4fa00f8d8d055227f54e71e2eb24ff39729 (patch)
treec44a88b994ea88031d6ae7c6ff8a9d2d36096a24 /sys/src/cmd/mothra/mothra.h
parentb7811b8bc6ca175a57fb3743a7ef6945926ca5fc (diff)
use file(1) in page and mothra to detect file type
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r--sys/src/cmd/mothra/mothra.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h
index b3be95d94..288fb2366 100644
--- a/sys/src/cmd/mothra/mothra.h
+++ b/sys/src/cmd/mothra/mothra.h
@@ -44,11 +44,14 @@ struct Www{
enum{
PLAIN,
HTML,
+
GIF,
JPEG,
PNG,
BMP,
+
GUNZIP,
+ COMPRESS,
PAGE,
};