mirror of
https://github.com/mautrix/signal.git
synced 2026-05-15 05:36:53 -04:00
11 lines
203 B
Go
11 lines
203 B
Go
//go:build darwin || android || ios || (windows && arm64)
|
|
|
|
package libsignalgo
|
|
|
|
/*
|
|
#include "./libsignal-ffi.h"
|
|
#include <stdlib.h>
|
|
*/
|
|
import "C"
|
|
|
|
type cPNIType = *C.SignalServiceIdFixedWidthBinaryBytes
|