Ignore:
Timestamp:
Apr 30, 2008, 11:56:45 PM (17 years ago)
Author:
katerina
Message:

Plenty of compiler warnings fixed, SQL query length fixed, doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_readconf.c

    r169 r170  
    9696
    9797typedef struct str_ListSections {
    98   char * name;
     98  const char * name;
    9999  int    type;
    100100} sh_str_ListSections;
     
    721721
    722722typedef struct _cfg_options {
    723   char * optname;
     723  const char * optname;
    724724  ShSectionType   section;
    725725  ShSectionType   alt_section;
     
    11111111{
    11121112  char * key;
    1113   char * value;
     1113  const char * value;
    11141114  char * tmp;
    11151115  int    i;
     
    11201120#endif
    11211121
    1122   static char  *dummy = N_("dummy");
    1123 
    1124   static char  *closing[] = {
     1122  static const char  *dummy = N_("dummy");
     1123
     1124  static const char  *closing[] = {
    11251125    N_("closecommand"),
    11261126    NULL
    11271127  };
    11281128
    1129   static char  *ident[] = {
     1129  static const char  *ident[] = {
    11301130    N_("severityreadonly"),
    11311131    N_("severitylogfiles"),
Note: See TracChangeset for help on using the changeset viewer.