directory write ability check for some piler binaries

This commit is contained in:
SJ
2014-10-02 10:02:33 +02:00
parent c8a4c3c358
commit d26b3a7e74
7 changed files with 28 additions and 1 deletions

View File

@@ -42,6 +42,8 @@ void strtolower(char *s);
void *get_in_addr(struct sockaddr *sa);
int can_i_write_current_directory();
#ifndef _GNU_SOURCE
char *strcasestr(const char *s, const char *find);
#endif