OSDN Git Service

* src/prototypes.h: updated.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 17 Aug 2003 15:08:43 +0000 (15:08 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 17 Aug 2003 15:08:43 +0000 (15:08 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@768 6a8cc165-1e22-0410-a132-eb4e3f353aba

src/prototypes.h

index a87462a..66b968b 100644 (file)
@@ -76,7 +76,6 @@ void error P_((char *fmt, ...));
 void fatal_error P_((char *fmt, ...));
 void cleanup P_((void));
 RETSIGTYPE interrupt P_((int signo));
-void lha_exit P_((int status));
 void *xmalloc P_((size_t size));
 void *xrealloc P_((void *old, size_t size));
 char *xstrdup P_((char *str));
@@ -96,6 +95,7 @@ FILE *open_old_archive P_((void));
 int inquire P_((char *msg, char *name, char *selective));
 void write_archive_tail P_((FILE *nafp));
 void copy_old_one P_((FILE *oafp, FILE *nafp, LzHeader *hdr));
+void lha_exit P_((int status));
 /* lhext.c */
 void cmd_extract P_((void));
 /* lhlist.c */