aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-01-29 17:38:12 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-01-29 17:38:12 +0000
commit931a54afec82cbbc0eff2f08a3146de2aefe17f6 (patch)
treef79751e9584c5064fe0de616d543edbafec59e5c /proto.h
parent[w3m-dev-en 00852] Re: Enhancement: content type detection of files (diff)
downloadw3m-931a54afec82cbbc0eff2f08a3146de2aefe17f6.tar.gz
w3m-931a54afec82cbbc0eff2f08a3146de2aefe17f6.zip
[w3m-dev 03709] Re: view source, edit source
* display.c (displayBuffer): INIT_BUFFER_WIDTH * file.c (_saveBuffer): added (saveBuffer): use _saveBuffer (saveBufferBody): added * main.c (vmSrc): saveBufferBody * proto.h (saveBufferBody): added From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rw-r--r--proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index a343587..96b6b5a 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.85 2003/01/29 17:10:51 ukai Exp $ */
+/* $Id: proto.h,v 1.86 2003/01/29 17:38:15 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -226,6 +226,7 @@ extern Buffer *loadBuffer(URLFile *uf, Buffer *newBuf);
extern Buffer *loadImageBuffer(URLFile *uf, Buffer *newBuf);
#endif
extern void saveBuffer(Buffer *buf, FILE * f, int cont);
+extern void saveBufferBody(Buffer *buf, FILE * f, int cont);
extern Buffer *getshell(char *cmd);
extern Buffer *getpipe(char *cmd);
extern Buffer *openPagerBuffer(InputStream stream, Buffer *buf);