This commit was generated by cvs2svn to compensate for changes in r164,
[gnokii.git] / include / gsm-bitmaps.h
index b0b7628..ebca7a9 100644 (file)
   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
+