aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Library/NetSocket/FileProgress.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2025-11-07 11:35:59 -0800
committerDustin Mierau <dustin@mierau.me>2025-11-07 11:35:59 -0800
commit786a387d58fc66ae20716a9dee46b74dff8e6894 (patch)
tree83d0cd183b71ef432bf5e06d7bf77e9245322cdf /Hotline/Library/NetSocket/FileProgress.swift
parent39f51fd902bb34272c78ffdfb872c22095382f70 (diff)
Rename NetSocketNew as NetSocket (old CFStream based NetSocket is gone!)
Diffstat (limited to 'Hotline/Library/NetSocket/FileProgress.swift')
-rw-r--r--Hotline/Library/NetSocket/FileProgress.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/Library/NetSocket/FileProgress.swift b/Hotline/Library/NetSocket/FileProgress.swift
index c086af7..1cc0228 100644
--- a/Hotline/Library/NetSocket/FileProgress.swift
+++ b/Hotline/Library/NetSocket/FileProgress.swift
@@ -4,7 +4,7 @@
import Foundation
-public extension NetSocketNew {
+public extension NetSocket {
/// Progress information for file uploads/downloads
struct FileProgress: Sendable {