common: constify basedir parm and remove cachedir

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-12-22 14:45:16 +10:30
parent 81de4e67fc
commit 2383fae7ac
3 changed files with 3 additions and 6 deletions

View File

@ -198,8 +198,7 @@ typedef struct {
// available for the program to use
typedef struct {
char *basedir;
char *cachedir; // for development over ISDN lines
const char *basedir;
int argc;
const char **argv;
void *membase;

View File

@ -43,8 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// available for the program to use
typedef struct {
char *basedir;
char *cachedir; // for development over ISDN lines
const char *basedir;
int argc;
const char **argv;
void *membase;

View File

@ -43,8 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// available for the program to use
typedef struct {
char *basedir;
char *cachedir; // for development over ISDN lines
const char *basedir;
int argc;
const char **argv;
void *membase;