aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-13 02:59:21 -0800
committerChris Robinson <[email protected]>2018-01-13 02:59:21 -0800
commit26043269e43f4f1096b2f4981ed5386ddf02db3e (patch)
tree5145a6e56fdf88c95150885f67a06fd747427e85 /Alc/compat.h
parentc9edf7cf7827dbbdbd2d76087a280f6d8aff4126 (diff)
Allow GetProcPath to return the filename also
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 247ed05b..6cf2d0d2 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -38,7 +38,7 @@ struct FileMapping {
struct FileMapping MapFileToMem(const char *fname);
void UnmapFileMem(const struct FileMapping *mapping);
-al_string GetProcPath(void);
+void GetProcBinary(al_string *path, al_string *fname);
#ifdef HAVE_DYNLOAD
void *LoadLib(const char *name);