rename event() to place_event()

This commit is contained in:
Dana Jansens 2003-03-21 09:27:49 +00:00
parent 6216c4be17
commit 1f8f4ffef5

View file

@ -50,7 +50,7 @@ void plugin_startup()
void plugin_shutdown() void plugin_shutdown()
{ {
dispatch_register(0, (EventHandler)event, NULL); dispatch_register(0, (EventHandler)place_event, NULL);
history_shutdown(); history_shutdown();
} }