summaryrefslogtreecommitdiff
path: root/socket_dummy.go
diff options
context:
space:
mode:
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
}