summaryrefslogtreecommitdiff
path: root/sqmail-4.3.07/src/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'sqmail-4.3.07/src/include/commands.h')
-rw-r--r--sqmail-4.3.07/src/include/commands.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sqmail-4.3.07/src/include/commands.h b/sqmail-4.3.07/src/include/commands.h
deleted file mode 100644
index 3fd2cb8..0000000
--- a/sqmail-4.3.07/src/include/commands.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef COMMANDS_H
-#define COMMANDS_H
-
-struct commands {
- char *text;
- void (*fun)();
- void (*flush)();
-} ;
-
-int commands();
-
-#endif