diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-26 18:29:33 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-26 18:29:33 +0000 |
commit | e6b49bac2eed9c5ce7680bdbb4a677e4b82e77cc (patch) | |
tree | 914e0b0d4710bd4a2a7d49b3299464646c699701 /proto.h | |
parent | [w3m-dev 02748] cleanup code for restoring cursor position (diff) | |
download | w3m-e6b49bac2eed9c5ce7680bdbb4a677e4b82e77cc.tar.gz w3m-e6b49bac2eed9c5ce7680bdbb4a677e4b82e77cc.zip |
[w3m-dev 02749] cleanup code for editor,mailer,extbrowser
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.21 2001/12/26 18:17:57 ukai Exp $ */ +/* $Id: proto.h,v 1.22 2001/12/26 18:29:33 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -479,6 +479,8 @@ extern char *last_modified(Buffer *buf); extern Str romanNumeral(int n); extern Str romanAlphabet(int n); extern void mySystem(char *command, int background); +extern Str myExtCommand(char *cmd, char *arg, int redirect); +extern Str myEditor(char *cmd, char *file, int line); extern char *file_to_url(char *file); extern char *expandName(char *name); extern Str tmpfname(int type, char *ext); |