diff options
Diffstat (limited to 'w3mhelperpanel.c')
-rw-r--r-- | w3mhelperpanel.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c index 8de5348..dd7b7f7 100644 --- a/w3mhelperpanel.c +++ b/w3mhelperpanel.c @@ -1,4 +1,4 @@ -/* $Id: w3mhelperpanel.c,v 1.8 2002/06/01 17:09:05 ukai Exp $ */ +/* $Id: w3mhelperpanel.c,v 1.9 2002/11/12 12:41:58 ukai Exp $ */ #include <errno.h> #include <stdlib.h> #include <stdio.h> @@ -9,8 +9,6 @@ #include "parsetag.h" #include "myctype.h" -#include "gcmain.c" - #if LANG == JA #define MSG_TITLE "外部ビューアの編集" #define MSG_NEW_ENTRY "新規登録" @@ -157,7 +155,7 @@ editMailcap(char *mailcap, struct parsed_tagarg *args) } int -MAIN(int argc, char *argv[], char **envp) +main(int argc, char *argv[], char **envp) { Str mailcapfile; extern char *getenv(); |