about summary refs log tree commit diff stats
path: root/src/LYExtern.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-05-25 00:16:10 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-05-25 00:16:10 -0400
commit945e8eb6bb07f64aaca42207af3311220ff2e4ba (patch)
tree6afb50262b844dd069bd4f7234da68008c48677c /src/LYExtern.h
parente4409c408eedf320b8845cafdd62b664bec1afd8 (diff)
downloadlynx-snapshots-945e8eb6bb07f64aaca42207af3311220ff2e4ba.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-28
Diffstat (limited to 'src/LYExtern.h')
-rw-r--r--src/LYExtern.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/LYExtern.h b/src/LYExtern.h
new file mode 100644
index 00000000..be9d1562
--- /dev/null
+++ b/src/LYExtern.h
@@ -0,0 +1,10 @@
+#ifndef EXTERNALS_H

+#define EXTERNALS_H
+
+#ifndef LYSTRUCTS_H
+#include "LYStructs.h"

+#endif /* LYSTRUCTS_H */

+
+void run_external(char * c);
+
+#endif /* EXTERNALS_H */