~vtuson/scopecreator/twitter-template

« back to all changes in this revision

Viewing changes to src/go/src/gopkg.in/qml.v0/cpptest/cpptest.h

  • Committer: Victor Palau
  • Date: 2015-03-11 14:24:42 UTC
  • Revision ID: vtuson@gmail.com-20150311142442-f2pxp111c8ynv232
public release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef UONEAUTH_H
 
2
#define UONEAUTH_H
 
3
 
 
4
#include <stdint.h>
 
5
#include <stddef.h>
 
6
#include <stdlib.h>
 
7
 
 
8
typedef void TestType_;
 
9
typedef void PlainTestType_;
 
10
 
 
11
#ifdef __cplusplus
 
12
extern "C" {
 
13
#endif
 
14
 
 
15
TestType_ *newTestType();
 
16
 
 
17
int plainTestTypeN(PlainTestType_ *plain);
 
18
 
 
19
#ifdef __cplusplus
 
20
}
 
21
#endif
 
22
 
 
23
#endif // UONEAUTH_H