Pogger/src/Mimetypes.h

14 lines
218 B
C
Raw Normal View History

#ifndef MIME_H
#define MIME_H
#include <Message.h>
#include <String.h>
bool feedMimeType ( );
static void addAttribute
2020-11-12 19:53:57 -06:00
( BMessage&, const char*, const char*, int32 type = B_STRING_TYPE, int32 width = 200);
#endif