Merged c0ffee's MIME signal patch.
[silc.git] / apps / irssi / src / core / blob.c
1 #include "common.h"
2 #include "blob.h"
3 #include "modules.h"
4
5 void blob_fill(BLOB_REC *blob)
6 {
7         blob->type = module_get_uniq_id("BLOB", 0);
8 }