summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/portmidi/osxsupport.h
blob: 7cbe1f5a4e8efa1a189eca6267824faeec09bc7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
    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