Move mkdirp into libi3

This commit is contained in:
Deiz
2015-03-29 17:18:00 -04:00
parent b338e25317
commit e622c42ef0
4 changed files with 44 additions and 36 deletions

View File

@ -50,12 +50,6 @@ typedef void (*handler_t)(int, uint8_t *, int, uint32_t, uint32_t);
int size, uint32_t message_size, \
uint32_t message_type)
/**
* Emulates mkdir -p (creates any missing folders)
*
*/
bool mkdirp(const char *path);
/**
* Handler for activity on the listening socket, meaning that a new client
* has just connected and we should accept() him. Sets up the event handler