git » fp-git.git » commit d2268c5

added prototypes

author ecalot
2006-06-08 20:18:56 UTC
committer ecalot
2006-06-08 20:18:56 UTC
parent a8af8a049f40d65b4b64fd6cc763cb99aee4cf2c

added prototypes

PR/src/include/palette.h +3 -0

diff --git a/PR/src/include/palette.h b/PR/src/include/palette.h
index feb317d..5a2ab08 100644
--- a/PR/src/include/palette.h
+++ b/PR/src/include/palette.h
@@ -63,16 +63,19 @@ int applyPalette(tPalette* p,tImage *i);
 */
 
 void* objPalette_pop2_4bitsCreate(tBinary c, int *error);
+int objPalette_pop2_4bitsWrite(void* o, const char* file, int optionflag, const char* backupExtension);
 void* objPalette_pop1_4bitsCreate(tBinary c, int *error);
 int objPalette_pop1_4bitsWrite(void* o, const char* file, int optionflag, const char* backupExtension);
 void* objPop1Palette4bitsRead(const char* file,int *result);
 int objPop1Palette4bitsSet(void* o,tResource* res);
+/*int objPop2Palette4bitsSet(void* o,tResource* res);*/
 void* objPop2PaletteNColorsCreate(tBinary cont, int *error);
 int objPop2PaletteNColorsWrite(void* o, const char* file, int optionflag, const char* backupExtension);
 void* objPop2PaletteNColorsRead(const char* file,int *result);
 int objPop2PaletteNColorsSet(void* o,tResource* res);
 
 tColor* objPalette_pop1_4bitsGetColors(void* o);
+tColor* objPalette_pop2_4bitsGetColors(void* o);
 tColor* objPalette_pop2_ncolorsGetColors(void* o);
 
 /* middle layer */