aboutsummaryrefslogtreecommitdiff
path: root/main/Unix/ipc.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'main/Unix/ipc.dcl')
-rw-r--r--main/Unix/ipc.dcl4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/Unix/ipc.dcl b/main/Unix/ipc.dcl
index ce686ae..539d029 100644
--- a/main/Unix/ipc.dcl
+++ b/main/Unix/ipc.dcl
@@ -1,9 +1,5 @@
definition module ipc;
-//1.3
-from StdString import String;
-//3.1
-
open_pipes :: !String !String -> Int;
// int open_pipes (CleanString commands_name,CleanString results_name);
get_command_length :: Int;