X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=include%2Fgsm-bitmaps.h;h=ebca7a965752ae222da72215d107fe3705b68362;hb=dedaa9b2eea9493f418b1cc2883fae1620fd5cfc;hp=b0b7628e4bb181aec3d4595d070fd10fdc10ae63;hpb=4ee1266711b695852ec88f06784fd84400cd70bb;p=gnokii.git diff --git a/include/gsm-bitmaps.h b/include/gsm-bitmaps.h index b0b7628..ebca7a9 100644 --- a/include/gsm-bitmaps.h +++ b/include/gsm-bitmaps.h @@ -13,11 +13,8 @@ Functions for common bitmap operations. $Log$ - Revision 1.1.1.1 2001/11/25 21:59:19 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 - - Revision 1.4 2001/11/20 16:22:22 pkot - First attempt to read Picture Messages. They should appear when you enable DEBUG. Nokia seems to break own standards. :/ (Markus Plail) + Revision 1.1.1.4 2002/04/03 00:08:17 short + Found in "gnokii-working" directory, some November-patches version Revision 1.3 2001/06/28 00:28:45 pkot Small docs updates (Pawel Kot) @@ -25,9 +22,6 @@ */ -#ifndef __gsm_bitmaps_h__ -#define __gsm_bitmaps_h__ - void GSM_SetPointBitmap(GSM_Bitmap *bmp, int x, int y); void GSM_ClearPointBitmap(GSM_Bitmap *bmp, int x, int y); bool GSM_IsPointBitmap(GSM_Bitmap *bmp, int x, int y); @@ -37,10 +31,10 @@ void GSM_PrintBitmap(GSM_Bitmap *bitmap); /* SMS bitmap functions */ -GSM_Error GSM_ReadSMSBitmap(int type, char *message, char *code, GSM_Bitmap *bitmap); +GSM_Error GSM_ReadSMSBitmap(GSM_SMSMessage *message, GSM_Bitmap *bitmap); int GSM_SaveSMSBitmap(GSM_SMSMessage *message, GSM_Bitmap *bitmap); -#endif +