doc} tutorial2.c title
doc} tutorial2.c doc
static void registry_event_global(void *data, uint32_t id,
uint32_t permissions,
const char *type, uint32_t
version,
{
printf(
"object: id:%u type:%s/%d\n",
id, type,
version);
}
.global = registry_event_global,
};
int main(int argc, char *argv[])
{
NULL ,
0 );
NULL ,
0 );
0 );
®istry_events, NULL);
return 0;
}