summaryrefslogtreecommitdiff
path: root/pr/include/prsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prsystem.h')
-rw-r--r--pr/include/prsystem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pr/include/prsystem.h b/pr/include/prsystem.h
index cb153e76..96c57d50 100644
--- a/pr/include/prsystem.h
+++ b/pr/include/prsystem.h
@@ -32,6 +32,13 @@ PR_BEGIN_EXTERN_C
** [<sep><root_component><sep>]*(<component><sep>)<leaf_name>
*/
+PR_EXTERN(char) PR_GetDirectorySeparator(void);
+
+/*
+** OBSOLETE -- the function name is misspelled.
+** Use PR_GetDirectorySeparator instead.
+*/
+
PR_EXTERN(char) PR_GetDirectorySepartor(void);