remove incorrect prototype

This commit is contained in:
David Rose 2005-07-26 20:15:17 +00:00
parent af19a37b44
commit 1fca3f16ab

View File

@ -38,8 +38,6 @@ ConfigureDef(config_express);
NotifyCategoryDef(express, "");
NotifyCategoryDef(thread, "");
extern void init_system_type_handles();
ConfigureFn(config_express) {
init_libexpress();
}