your_ip_to_ip
[hcoop/domtool2.git] / src / domain.sml
index 6d7f2ac..3998b83 100644 (file)
@@ -191,6 +191,10 @@ val _ = Env.type_one "node"
        Env.string
        validNode
 
+val _ = Env.registerFunction ("your_ip_to_ip",
+                             fn [e] => SOME e
+                              | _ => NONE)
+
 val _ = Env.registerFunction ("dns_node_to_node",
                              fn [e] => SOME e
                               | _ => NONE)