libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
libevent_la_LDFLAGS = -release @VERSION@ -version-info 1:3:0
-include_HEADERS = event.h evhttp.h evdns.h
+include_HEADERS = event.h evhttp.h evdns.h evrpc.h
INCLUDES = -Icompat $(SYS_INCLUDES)
#ifndef _EVRPC_H_
#define _EVRPC_H_
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* This header files provides basic support for an RPC server and client.
*
*/
void evrpc_pool_set_timeout(struct evrpc_pool *, int timeout_in_secs);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _EVRPC_H_ */