Codebase list golang-gopkg-lxc-go-lxc.v2 / 0f36a4a3-47ee-4a63-8a3a-bfa5ca73945b/upstream/sid cgo.go
0f36a4a3-47ee-4a63-8a3a-bfa5ca73945b/upstream/sid

Tree @0f36a4a3-47ee-4a63-8a3a-bfa5ca73945b/upstream/sid (Download .tar.gz)

cgo.go @0f36a4a3-47ee-4a63-8a3a-bfa5ca73945b/upstream/sidraw · history · blame

1
2
3
4
5
6
7
8
// Copyright © 2013, 2014, The Go-LXC Authors. All rights reserved.
// Use of this source code is governed by a LGPLv2.1
// license that can be found in the LICENSE file.

package lxc

// #cgo CFLAGS: -fvisibility=hidden
import "C"