X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FPath.h;h=e7940c09da2f7b90c18f8bbc653d93fb5a24e62b;hb=f7680c696d3b62cbd289ff255a6d636eab7e096c;hp=26b179549777381a799af06ad68db69c82dbb4e6;hpb=14b34d5afd34c18318dc08a2471f3b289bd34a7d;p=lyx.git diff --git a/src/support/Path.h b/src/support/Path.h index 26b1795497..e7940c09da 100644 --- a/src/support/Path.h +++ b/src/support/Path.h @@ -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