summaryrefslogtreecommitdiff
path: root/file_name.h
diff options
context:
space:
mode:
Diffstat (limited to 'file_name.h')
-rw-r--r--file_name.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/file_name.h b/file_name.h
index 5e70ccc..aa1de18 100644
--- a/file_name.h
+++ b/file_name.h
@@ -51,6 +51,9 @@ wchar_t *unix_name(doscp_t *fromDos,
const char *base, const char *ext, uint8_t Case,
wchar_t *answer);
+/* Is this a "special" directory entry, such as . or .. ? */
+int isSpecial(const char *name);
+
#ifdef HAVE_WCHAR_H
int isSpecialW(const wchar_t *name);
#else