c-ipfs/cmd/ipfs/init.h
2016-10-26 20:14:07 -05:00

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