summaryrefslogtreecommitdiff
path: root/src/pkg/go/build/cgotest/cgotest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/go/build/cgotest/cgotest.h')
-rw-r--r--src/pkg/go/build/cgotest/cgotest.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pkg/go/build/cgotest/cgotest.h b/src/pkg/go/build/cgotest/cgotest.h
new file mode 100644
index 000000000..9c73643b6
--- /dev/null
+++ b/src/pkg/go/build/cgotest/cgotest.h
@@ -0,0 +1,5 @@
+// Copyright 2011 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+extern int Add(int, int, int *);