X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fio.c;h=a9bcf41b27055b44997ab7bc4d6c49e93a02eb9a;hb=e7aef2a74556095c076f41ba1910ce8c83a09bda;hp=90999cc15451de187df7240fba009ee8fd394e96;hpb=682bf9045efabb2c752a5f7556901d720de9b9c6;p=melted diff --git a/src/humperdink/io.c b/src/humperdink/io.c index 90999cc..a9bcf41 100644 --- a/src/humperdink/io.c +++ b/src/humperdink/io.c @@ -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 );