#include <exec/ports.h>

#define PORTNAME "vbrowse.port"

struct mymsg{
    struct Message m;
    char *text;
};


