aboutsummaryrefslogtreecommitdiff
path: root/src/c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c.c')
-rw-r--r--src/c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c.c b/src/c.c
index c54469a..d9048a9 100644
--- a/src/c.c
+++ b/src/c.c
@@ -1,7 +1,7 @@
#include <sys/stat.h>
#include <dirent.h>
-int is_dir(const char *path)
+int c_is_dir(const char *path)
{
struct stat m;
int r = stat(path, &m);