1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-19 17:40:15 +02:00
2010-01-24 09:19:39 +00:00

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