summaryrefslogtreecommitdiff
path: root/atari/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/misc.h')
-rwxr-xr-xatari/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/misc.h b/atari/misc.h
index 6cde35ae4..2117f8b50 100755
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -43,4 +43,5 @@ void * ldg_open( char * name, short * global );
void * ldg_find( char * name, short * ldg );
int ldg_close( void * ldg, short * global );
long nkc_to_input_key(short nkc, long * ucs4_out);
+const char * file_select( const char * title, const char * name );
#endif