X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlstdio.c;h=b647828c954182af58478a1fd2d085268b2966f2;hp=e1fe5f0bcab08432b15056018bf1282b0c28199c;hb=6eac80f3642f68e6d7ae5ed60574b96327d55051;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/src/cqlstdio.c b/src/cqlstdio.c index e1fe5f0..b647828 100644 --- a/src/cqlstdio.c +++ b/src/cqlstdio.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -12,7 +12,7 @@ #include -int getbyte_stream(void *client_data) +static int getbyte_stream(void *client_data) { FILE *f = (FILE*) client_data; @@ -22,7 +22,7 @@ int getbyte_stream(void *client_data) return c; } -void ungetbyte_stream (int c, void *client_data) +static void ungetbyte_stream(int c, void *client_data) { FILE *f = (FILE*) client_data;