git » fp-git.git » commit b097e86

o Improved function declarations

author ecalot
2004-03-20 19:34:52 UTC
committer ecalot
2004-03-20 19:34:52 UTC
parent a776ff1c91c580c04b40d8f23b491ea750a813ab

o Improved function declarations

PR/src/include/autodetect.h +1 -1
PR/src/include/common.h +1 -1
PR/src/include/compress.h +0 -1
PR/src/include/disk.h +0 -1
PR/src/include/idlist.h +1 -1
PR/src/include/image.h +0 -1
PR/src/include/pr.h +1 -1
PR/src/include/tree.h +1 -1
PR/src/include/unknown.h +1 -1

diff --git a/PR/src/include/autodetect.h b/PR/src/include/autodetect.h
index dddcdd2..9350950 100644
--- a/PR/src/include/autodetect.h
+++ b/PR/src/include/autodetect.h
@@ -68,7 +68,7 @@ typedef struct {
 	unsigned char number; /* Used for level number */
 	char      type;
 	char*     path;
-	char*     palAux;
+	unsigned char*     palAux;
 	char*     name;
 	char*     desc;
 }tResource;
diff --git a/PR/src/include/common.h b/PR/src/include/common.h
index c739651..8221f0c 100644
--- a/PR/src/include/common.h
+++ b/PR/src/include/common.h
@@ -97,7 +97,7 @@ void prSetOutput(FILE* output);
 \***************************************************************/
 
 #define PR_URL                    "http://www.princed.com.ar"
-#define PR_VERSION                "v1.0b-dev1"
+#define PR_VERSION                "v1.0b-dev2"
 #define PR_COPY                   "(c) Copyright 2003, 2004 - Princed Development Team"
 /***************************************************************\
 |                         Other defines                         |
diff --git a/PR/src/include/compress.h b/PR/src/include/compress.h
index 19e8502..5581951 100644
--- a/PR/src/include/compress.h
+++ b/PR/src/include/compress.h
@@ -57,7 +57,6 @@ typedef struct {
 	int width;
 	int widthInBytes;
 	int height;
-	//int sizeInBytes;
 	unsigned char* pix;
 	unsigned char pal[SIZE_OF_PALETTE];
 	unsigned char type; /* XY where X=B if 4 bits or X=0 if 1 bit; Y=algorithm */
diff --git a/PR/src/include/disk.h b/PR/src/include/disk.h
index 20d2518..b68a112 100644
--- a/PR/src/include/disk.h
+++ b/PR/src/include/disk.h
@@ -43,7 +43,6 @@ disk.h: Princed Resources : Disk Access & File handling functions headers
 
 /* 64 Kb */
 #define SIZE_OF_FILE     256*1024
-//#define COPY_BUFFER_SIZE 512
 
 typedef enum {eFile,eDirectory,eNotFound}whatIs;
 
diff --git a/PR/src/include/idlist.h b/PR/src/include/idlist.h
index dddcdd2..9350950 100644
--- a/PR/src/include/idlist.h
+++ b/PR/src/include/idlist.h
@@ -68,7 +68,7 @@ typedef struct {
 	unsigned char number; /* Used for level number */
 	char      type;
 	char*     path;
-	char*     palAux;
+	unsigned char*     palAux;
 	char*     name;
 	char*     desc;
 }tResource;
diff --git a/PR/src/include/image.h b/PR/src/include/image.h
index 19e8502..5581951 100644
--- a/PR/src/include/image.h
+++ b/PR/src/include/image.h
@@ -57,7 +57,6 @@ typedef struct {
 	int width;
 	int widthInBytes;
 	int height;
-	//int sizeInBytes;
 	unsigned char* pix;
 	unsigned char pal[SIZE_OF_PALETTE];
 	unsigned char type; /* XY where X=B if 4 bits or X=0 if 1 bit; Y=algorithm */
diff --git a/PR/src/include/pr.h b/PR/src/include/pr.h
index c739651..8221f0c 100644
--- a/PR/src/include/pr.h
+++ b/PR/src/include/pr.h
@@ -97,7 +97,7 @@ void prSetOutput(FILE* output);
 \***************************************************************/
 
 #define PR_URL                    "http://www.princed.com.ar"
-#define PR_VERSION                "v1.0b-dev1"
+#define PR_VERSION                "v1.0b-dev2"
 #define PR_COPY                   "(c) Copyright 2003, 2004 - Princed Development Team"
 /***************************************************************\
 |                         Other defines                         |
diff --git a/PR/src/include/tree.h b/PR/src/include/tree.h
index dddcdd2..9350950 100644
--- a/PR/src/include/tree.h
+++ b/PR/src/include/tree.h
@@ -68,7 +68,7 @@ typedef struct {
 	unsigned char number; /* Used for level number */
 	char      type;
 	char*     path;
-	char*     palAux;
+	unsigned char*     palAux;
 	char*     name;
 	char*     desc;
 }tResource;
diff --git a/PR/src/include/unknown.h b/PR/src/include/unknown.h
index dddcdd2..9350950 100644
--- a/PR/src/include/unknown.h
+++ b/PR/src/include/unknown.h
@@ -68,7 +68,7 @@ typedef struct {
 	unsigned char number; /* Used for level number */
 	char      type;
 	char*     path;
-	char*     palAux;
+	unsigned char*     palAux;
 	char*     name;
 	char*     desc;
 }tResource;