/usr/include/jsonrpccpp/client.h is in libjsonrpccpp-dev 0.6.0-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /**
* @file json-rpc.h
* @date 02.08.2011
* @author Peter Spiess-Knafl
* @brief json-rpc.h
*
* This file is meant to include all necessary .h files of this framework.
*/
#ifndef JSONRPCCPP_CLIENT_H_
#define JSONRPCCPP_CLIENT_H_
#include <jsonrpccpp/client/client.h>
#include <jsonrpccpp/common/exception.h>
#endif /* JSONRPCCPP_CLIENT_H_ */
|