9 lines
207 B
C
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);
|