Pogger/src/Mimetypes.h

15 lines
265 B
C
Raw Normal View History

#ifndef MIME_H
#define MIME_H
#include <Message.h>
#include <String.h>
bool feedMimeType ( );
static void addAttribute
( BMessage&, const char*, const char*, int32 type = B_STRING_TYPE, bool viewable = true,
bool editable = false, int32 width = 200);
#endif