mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
OneApi is now compatible with C
git-svn-id: http://svn.opennebula.org/one/trunk@520 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
d73ef58271
commit
e66508330a
@ -18,6 +18,7 @@
|
||||
#ifndef ONECLIENT_H_
|
||||
#define ONECLIENT_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <xmlrpc-c/base.hpp>
|
||||
#include <xmlrpc-c/client_simple.hpp>
|
||||
|
||||
@ -286,8 +287,9 @@ private:
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
void c_oneStart();
|
||||
void c_oneStart(void);
|
||||
|
||||
int c_oneDeploy(int vmid, int hid);
|
||||
|
||||
@ -313,7 +315,9 @@ extern "C"
|
||||
|
||||
int c_oneVmInfo(int vmid, char* ret_info,int leng);
|
||||
|
||||
void c_oneFree();
|
||||
void c_oneFree(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /*ONECLIENT_H_*/
|
||||
|
Loading…
Reference in New Issue
Block a user