]> git.lyx.org Git - lyx.git/blobdiff - src/support/Path.h
Update my email and status.
[lyx.git] / src / support / Path.h
index 26b179549777381a799af06ad68db69c82dbb4e6..e7940c09da2f7b90c18f8bbc653d93fb5a24e62b 100644 (file)
@@ -63,4 +63,18 @@ private:
 } // namespace support
 } // namespace lyx
 
+#ifdef __APPLE__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+int getPrivateFrameworkPathName(char * buf, unsigned len, char const * framework);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+
 #endif // PATH_H