X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazproxy%2Fmodule.h;h=d238925b36ec924b35472f5bdd96413a8084c00a;hp=70ff1a319dfcd0897178aae90e324be66e63fa60;hb=dfdff5f2d2825a500d3d27200d2ec32ee063a975;hpb=22afe38a1f113ef7f2a46d1fde0141cf10b27eb4 diff --git a/include/yazproxy/module.h b/include/yazproxy/module.h index 70ff1a3..d238925 100644 --- a/include/yazproxy/module.h +++ b/include/yazproxy/module.h @@ -1,5 +1,5 @@ /* This file is part of YAZ proxy - Copyright (C) 1998-2008 Index Data + Copyright (C) 1998-2009 Index Data YAZ proxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -21,8 +21,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA struct Yaz_ProxyModule_entry { int int_version; - char *module_name; - char *module_description; + const char *module_name; + const char *module_description; void *fl; }; @@ -72,6 +72,7 @@ class Yaz_ProxyModules { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab