X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fio.c;h=a9bcf41b27055b44997ab7bc4d6c49e93a02eb9a;hb=8ea022814e4781856eea6767391274dfd5771a37;hp=b9e92f28c053b2225ec8198984b12d30c19f6e64;hpb=9390e8b584f3f717f0a326893c0e37cf187a0a51;p=melted diff --git a/src/humperdink/io.c b/src/humperdink/io.c index b9e92f2..a9bcf41 100644 --- a/src/humperdink/io.c +++ b/src/humperdink/io.c @@ -25,6 +25,7 @@ #include #include #include +#include /* 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 );