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=d6d6ed9da0bc8f96b034b323115ade9fdc11271a;hpb=ba7c2f5071c23074d4ff821c9d52960fafe5873a 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