aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-03-16 17:03:31 -0700
committerPaul Eggert <[email protected]>2011-03-16 17:03:31 -0700
commit7feda0d218772bf0917631f4bad843e2b4a83984 (patch)
tree31ff7d854a6e9b06ef027f28d53e94759115a836 /src
parentce701a3393e8f02410dc0d076d5ddf57ef324260 (diff)
* unexec.h: New file.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rw-r--r--src/unexec.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 14d3e37a8e..168f2d7261 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
2011-03-16 Paul Eggert <[email protected]>
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.
diff --git a/src/unexec.h b/src/unexec.h
new file mode 100644
index 0000000000..343eb6d8db
--- /dev/null
+++ b/src/unexec.h
@@ -0,0 +1 @@
+void unexec (const char *, const char *);