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