X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgsm-bitmaps.h;h=9d40713e5ffed3f4b781499a6d98b92d9d82dc8a;hp=f65acc21c798aa84624f515478030716311d0710;hb=f27649b20525793d0880d0df34205548f71ed7f8;hpb=52566bd0b60e367348e0f7ecaafa6d9d8faebca4 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