Cleanup license declarations and remove dv1394d references.
[melted] / src / humperdink / remote.c
index 9306b21..8171179 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * remote.c -- Remote dv1394d client demo
+ * remote.c -- Remote Valerie client demo
  * Copyright (C) 2002-2003 Ushodaya Enterprises Limited
  * Author: Charles Yates <charles.yates@pandora.be>
  *
@@ -22,7 +22,6 @@
 #include <stdio.h>
 #include <stdint.h>
 
-/* dv1394d header files */
 #include <valerie/valerie_remote.h>
 
 /* Application header files */
@@ -42,7 +41,7 @@ static valerie_parser create_parser( )
 
        printf( "Server [localhost]: " );
 
-       if ( get_string( server, sizeof( server ), "localhost" ) != NULL )
+       if ( io_get_string( server, sizeof( server ), "localhost" ) != NULL )
        {
                printf( "Port        [5250]: " );