* unexec.h: New file.

This commit is contained in:
Paul Eggert 2011-03-16 17:03:31 -07:00
parent ce701a3393
commit 7feda0d218
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
2011-03-16 Paul Eggert <eggert@cs.ucla.edu>
New file unexec.h, the (simple) interface for unexec.
* unexec.h: New file.
* deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
(unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
Depend on unexec.h.

1
src/unexec.h Normal file
View file

@ -0,0 +1 @@
void unexec (const char *, const char *);