Skip to content

Commit

Permalink
back to removing the context from asybc cb type
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoirier committed Nov 22, 2015
1 parent 40c8fbb commit da5359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtlsdr.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import "C"
var PackageVersion = "v2.9.7"

// ReadAsyncCbT defines a user callback function type.
type ReadAsyncCbT func([]byte, _ *UserCtx)
type ReadAsyncCbT func([]byte)

var clientCb ReadAsyncCbT

Expand Down

0 comments on commit da5359c

Please sign in to comment.