Mercurial > hg > xemacs-beta
diff src/unexcw.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/src/unexcw.c Mon Aug 13 11:18:12 2007 +0200 +++ b/src/unexcw.c Mon Aug 13 11:19:21 2007 +0200 @@ -82,6 +82,9 @@ exit(-1); \ } +void +unexec (char *out_name, char *in_name, void *start_data, + void * d1, void * d2); /* Dump out .data and .bss sections into a new executable. */ void unexec (char *out_name, char *in_name, void *start_data, void * d1, void * d2)