X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fadmin.c;h=fed8c5570b1f834fa2f535c6d3e00e41bb157c24;hb=79f064dd58f7d27cd29e429566f302bb18d87b9e;hp=7812b65388987a0acaa0e167e4d97d267811c6da;hpb=ffe862e36b8b60b1197b223cec0b78482cbd7763;p=yaz-moved-to-github.git diff --git a/client/admin.c b/client/admin.c index 7812b65..fed8c55 100644 --- a/client/admin.c +++ b/client/admin.c @@ -1,7 +1,10 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -36,7 +39,7 @@ ODR getODROutputStream(void); extern char *databaseNames[]; extern int num_databaseNames; -int sendAdminES(int type, char* param1) +static int sendAdminES(int type, char* param1) { ODR out = getODROutputStream(); char *dbname = odr_strdup (out, databaseNames[0]);