Update auto-generated bindings
[ldk-java] / ts / structs / SocketDescriptor.ts
index a2207ae78e8a1592b05d84d30629b6b7d1c839f0..d94392555350789337c81e0478945e27d0acc245 100644 (file)
@@ -84,6 +84,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret;
        }
 
+       public number clone_ptr() {
+               number ret = bindings.SocketDescriptor_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public SocketDescriptor clone() {
                number ret = bindings.SocketDescriptor_clone(this.ptr);
                SocketDescriptor ret_hu_conv = new SocketDescriptor(null, ret);