aboutsummaryrefslogtreecommitdiff
path: root/cyclone/shadow/shadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'cyclone/shadow/shadow.h')
-rw-r--r--cyclone/shadow/shadow.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/cyclone/shadow/shadow.h b/cyclone/shadow/shadow.h
new file mode 100644
index 0000000..aefc46e
--- /dev/null
+++ b/cyclone/shadow/shadow.h
@@ -0,0 +1,13 @@
+/* Copyright (c) 2003 krzYszcz and others.
+ * For information on usage and redistribution, and for a DISCLAIMER OF ALL
+ * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
+
+#ifndef __SHADOW_H__
+#define __SHADOW_H__
+
+void allnettles_setup(void);
+void alldummies_setup(void);
+int dummy_nreplacements(void);
+void dummy_printreplacements(char *msg);
+
+#endif