summaryrefslogtreecommitdiff
path: root/socket_dummy.go
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-04-23 13:53:31 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2023-04-23 13:53:31 +0100
commite6a19726a02fdcf9c8238d31caf8e6e35a5c0e55 (patch)
tree48c88327821402885a1ea16fc62d64fdde425fac /socket_dummy.go
parent6bd892a366f6c5fdece730e757bba38021b66aa4 (diff)
Remove wrapper functionsHEADv0.2.1main
Diffstat (limited to 'socket_dummy.go')
-rw-r--r--socket_dummy.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket_dummy.go b/socket_dummy.go
index bf588ba..5cdddc2 100644
--- a/socket_dummy.go
+++ b/socket_dummy.go
@@ -7,10 +7,10 @@ package gosdd
import "os"
-func sdListenFDs(bool) ([]*os.File, error) {
+func SDListenFDs(bool) ([]*os.File, error) {
return nil, ErrNoSDSupport
}
-func sdListenFDsWithNames(bool) (map[string]*os.File, error) {
+func SDListenFDsWithNames(bool) (map[string]*os.File, error) {
return nil, ErrNoSDSupport
}