summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdcore.h')
-rw-r--r--src/osd/osdcore.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/osd/osdcore.h b/src/osd/osdcore.h
index 478a6a17e55..2807db7f89e 100644
--- a/src/osd/osdcore.h
+++ b/src/osd/osdcore.h
@@ -196,6 +196,20 @@ file_error osd_rmfile(const char *filename);
/*-----------------------------------------------------------------------------
+ osd_getenv: return pointer to environment variable
+
+ Parameters:
+
+ name - name of environment variable
+
+ Return value:
+
+ pointer to value
+-----------------------------------------------------------------------------*/
+const char *osd_getenv(const char *name);
+
+
+/*-----------------------------------------------------------------------------
osd_get_physical_drive_geometry: if the given path points to a physical
drive, return the geometry of that drive