X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fio.h;h=f4ac23ad3499b177463354fc7d733698850b900d;hb=4112170ce8053261b9c67f58df87c2a3573b6602;hp=c5ad8129e6d59c2967107c3721964143540f19dc;hpb=e7aef2a74556095c076f41ba1910ce8c83a09bda;p=melted diff --git a/src/humperdink/io.h b/src/humperdink/io.h index c5ad812..f4ac23a 100644 --- a/src/humperdink/io.h +++ b/src/humperdink/io.h @@ -1,5 +1,5 @@ /* - * io.h -- dv1394d client demo input/output + * io.h -- Valerie client demo input/output * Copyright (C) 2002-2003 Ushodaya Enterprises Limited * Author: Charles Yates * @@ -24,13 +24,13 @@ extern char *chomp( char * ); extern char *trim( char * ); extern char *strip_quotes( char * ); -extern char *io_get_string( char *, int, char * ); +extern char *io_get_string( char *, int, const char * ); extern int *get_int( int *, int ); extern void term_init( ); extern int term_read( ); extern void term_exit( ); extern char get_keypress( ); -extern void wait_for_any_key( char * ); +extern void wait_for_any_key( const char * ); extern void beep( ); #endif