X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgsm-bitmaps.h;fp=include%2Fgsm-bitmaps.h;h=9d40713e5ffed3f4b781499a6d98b92d9d82dc8a;hp=f65acc21c798aa84624f515478030716311d0710;hb=82bcbc2300f764bcb3551b152a0a961f4fef5e66;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/include/gsm-bitmaps.h b/include/gsm-bitmaps.h index f65acc2..9d40713 100644 --- a/include/gsm-bitmaps.h +++ b/include/gsm-bitmaps.h @@ -55,5 +55,6 @@ void GSM_ResizeBitmap(GSM_Bitmap *bitmap, GSM_Bitmap_Types target); void GSM_PrintBitmap(GSM_Bitmap *bitmap); GSM_Error GSM_ReadBitmap(GSM_SMSMessage *message, GSM_Bitmap *bitmap); int GSM_SaveBitmapToSMS(GSM_MultiSMSMessage *SMS, GSM_Bitmap *bitmap,bool ScreenSaver, bool UnicodeText); +int GSM_GetBitmapSize(GSM_Bitmap *bitmap); #endif