Cleanup license declarations and remove dv1394d references.
[melted] / src / humperdink / io.c
index 90999cc..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>
  *
@@ -72,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 );