X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fio.c;h=42718df0249700958c5fd48ebb75d0c2a218efdc;hb=4112170ce8053261b9c67f58df87c2a3573b6602;hp=a9bcf41b27055b44997ab7bc4d6c49e93a02eb9a;hpb=e7aef2a74556095c076f41ba1910ce8c83a09bda;p=melted diff --git a/src/humperdink/io.c b/src/humperdink/io.c index a9bcf41..42718df 100644 --- a/src/humperdink/io.c +++ b/src/humperdink/io.c @@ -1,5 +1,5 @@ /* - * io.c -- dv1394d client demo input/output + * io.c -- Valerie client demo input/output * Copyright (C) 2002-2003 Ushodaya Enterprises Limited * Author: Charles Yates * @@ -72,7 +72,7 @@ char *strip_quotes( char *input ) return input; } -char *io_get_string( char *output, int maxlength, char *use ) +char *io_get_string( char *output, int maxlength, const char *use ) { char *value = NULL; strcpy( output, use ); @@ -186,7 +186,7 @@ char get_keypress( ) return value; } -void wait_for_any_key( char *message ) +void wait_for_any_key( const char *message ) { if ( message == NULL ) printf( "Press any key to continue: " );