mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-19 17:40:15 +02:00
12 lines
260 B
C
12 lines
260 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void get_xlisp_path(char *p, long p_max);
|
|
char *getfilename(char *deflt, char *extension, char *mode, char *prompt);
|
|
FILE *fileopen(char *deflt, char *extension, char *mode, char *prompt);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|