/* osxsupport.h - Cocoa glue to emulated deprecated old Carbon path finder functions */ #ifndef _OSXSUPPORT_H_ #define _OSXSUPPORT_H_ #ifdef __cplusplus extern "C" { #endif char *FindPrefsDir(void); #ifdef __cplusplus } #endif #endif