X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlstdio.c;h=b647828c954182af58478a1fd2d085268b2966f2;hp=c3c0a482dd91212dd6f9fa6aa5d346d992c45b00;hb=6eac80f3642f68e6d7ae5ed60574b96327d55051;hpb=d0e351c12fff564d876958e860338d43716dc269 diff --git a/src/cqlstdio.c b/src/cqlstdio.c index c3c0a48..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-2010 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;