Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4767 in orxonox.OLD for orxonox/trunk/src/lib/util/ini_parser.h


Ignore:
Timestamp:
Jul 2, 2005, 11:57:47 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ini-parser small cleanup char* → const char*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/util/ini_parser.h

    r4597 r4767  
    2626  ~IniParser ();
    2727
    28   char* getVar(const char* name, char* section, char* defvalue);
     28  const char* getVar(const char* name, const char* section, const char* defvalue);
    2929  int openFile(const char* name);
    30   int getSection( char* section);
    31   int nextVar( char* name, char* value);
     30  int getSection( const char* section);
     31  int nextVar( const char* name, const char* value);
    3232
    3333 private:
Note: See TracChangeset for help on using the changeset viewer.