diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2023-04-23 13:53:31 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2023-04-23 13:53:31 +0100 |
| commit | e6a19726a02fdcf9c8238d31caf8e6e35a5c0e55 (patch) | |
| tree | 48c88327821402885a1ea16fc62d64fdde425fac /socket_dummy.go | |
| parent | 6bd892a366f6c5fdece730e757bba38021b66aa4 (diff) | |
Diffstat (limited to 'socket_dummy.go')
| -rw-r--r-- | socket_dummy.go | 4 |
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 } |
