Menu

[r1254]: / advanced / src / registry.h  Maximize  Restore  History

Download this file

16 lines (12 with data), 499 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#ifndef REGISTRY_H_INCLUDED
#define REGISTRY_H_INCLUDED
#include "xmlrpc-c/base.h"
#include "xmlrpc-c/server.h"
void
xmlrpc_dispatchCall(struct _xmlrpc_env * const envP,
struct xmlrpc_registry * const registryP,
const char * const methodName,
struct _xmlrpc_value * const paramArrayP,
void * const callInfoP,
struct _xmlrpc_value ** const resultPP);
#endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.