c-ipfs/include/ipfs/core/client_api.h
2017-09-20 09:11:01 -05:00

9 lines
207 B
C

#include "ipfs/core/ipfs_node.h"
/**
* Determine if the API is running
* @param local_node the context
* @returns true(1) on success, false(0) otherwise
*/
int api_running(struct IpfsNode* local_node);