Cleanup license declarations and remove dv1394d references.
[melted] / src / humperdink / io.c
index b9e92f2..e5f54b7 100644 (file)
@@ -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 <charles.yates@pandora.be>
  *
@@ -25,6 +25,7 @@
 #include <ctype.h>
 #include <termios.h>
 #include <unistd.h>
+#include <sys/time.h>
 
 /* Application header files */
 #include "io.h"
@@ -71,7 +72,7 @@ char *strip_quotes( char *input )
        return input;
 }
 
-char *get_string( char *output, int maxlength, char *use )
+char *io_get_string( char *output, int maxlength, char *use )
 {
        char *value = NULL;
        strcpy( output, use );