New Cwtch Group API #34

Merged
erinn merged 3 commits from groups into trunk 2021-05-05 22:21:58 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 699d249ad7 - Show all commits

6
lib.go
View File

@ -1,6 +1,6 @@
package cwtch
//package cwtch
//package main
package main
import "C"
import (
@ -586,4 +586,4 @@ func SetGroupAttribute(profileOnion string, groupHandle string, key string, valu
}
// Leave as is, needed by ffi
//func main() {}
func main() {}