aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Spiff/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Spiff/command.h')
-rw-r--r--utils/Spiff/command.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/utils/Spiff/command.h b/utils/Spiff/command.h
new file mode 100644
index 0000000..2fa0723
--- /dev/null
+++ b/utils/Spiff/command.h
@@ -0,0 +1,18 @@
+/* Copyright (c) 1988 Bellcore
+** All Rights Reserved
+** Permission is granted to copy or use this program, EXCEPT that it
+** may not be sold for profit, the copyright notice must be reproduced
+** on copies, and credit should be given to Bellcore where it is due.
+** BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
+*/
+
+#ifndef C_INCLUDED
+extern int C_is_cmd();
+extern void C_clear_cmd();
+extern void C_addcmd();
+extern void C_docmds();
+
+#define _C_CMDMAX 100
+
+#define C_INCLUDED
+#endif