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 9484148a..73404920 100644
--- a/pr/include/prsystem.h
+++ b/pr/include/prsystem.h
@@ -57,6 +57,13 @@ NSPR_API(char) PR_GetDirectorySeparator(void);
NSPR_API(char) PR_GetDirectorySepartor(void);
+/*
+** Get the host' path separator.
+** Paths are assumed to be of the form:
+** <directory>[<sep><directory>]*
+*/
+
+NSPR_API(char) PR_GetPathSeparator(void);
/* Types of information available via PR_GetSystemInfo(...) */
typedef enum {