1
0
Fork 0
forked from External/grumble

Use new crypto API.

This commit is contained in:
Mikkel Krautz 2010-11-20 16:11:41 +01:00
parent 8db9a7043a
commit 0bf84fb3f3
5 changed files with 27 additions and 23 deletions

View file

@ -4,9 +4,11 @@
package mumbleproto
import proto "goprotobuf.googlecode.com/hg/proto"
import "os"
// Reference proto import to suppress error if it's not otherwise used.
// Reference proto & os imports to suppress error if it's not otherwise used.
var _ = proto.GetString
var _ os.Error
type Reject_RejectType int32
const (