aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/client.go b/client.go
index 24e7fb6..53e057b 100644
--- a/client.go
+++ b/client.go
@@ -40,7 +40,7 @@ func (cl *Client) BlockdDisable(blockdName string) (an interface{}, err error) {
res = libhttp.EndpointResponse{}
params = url.Values{}
- hb *hostsBlock
+ hb *Blockd
resb []byte
)
@@ -70,7 +70,7 @@ func (cl *Client) BlockdEnable(blockdName string) (an interface{}, err error) {
res = libhttp.EndpointResponse{}
params = url.Values{}
- hb *hostsBlock
+ hb *Blockd
resb []byte
)
@@ -101,7 +101,7 @@ func (cl *Client) BlockdUpdate(blockdName string) (an interface{}, err error) {
params = url.Values{}
res = libhttp.EndpointResponse{}
- hb *hostsBlock
+ hb *Blockd
resb []byte
)