c-ipfs/cmd/ipfs/init.h

12 lines
190 B
C

/**
* Initialize an IPFS repository
*/
#ifndef __CMD_IPFS_INIT_H__
#define __CMD_IPFS_INIT_H__
#include "../../commands/command.h"
int get_init_command(struct command* command);
#endif