X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=blobdiff_plain;f=common%2Fcommon.h;h=5e6757b4099c209bb5f135b26eea89571773e5cc;hp=40eb0a2d55b4d255ca1d6708ce678cb5cac19c50;hb=84bb99c3a5a18d3471607db1c8af880b40158572;hpb=f78d6baee60179e6ce41cc7058a8df5857116010 diff --git a/common/common.h b/common/common.h index 40eb0a2..5e6757b 100644 --- a/common/common.h +++ b/common/common.h @@ -63,7 +63,7 @@ typedef int (*initcall_t)(void); typedef void (*exitcall_t)(void); -void common_register_exit(exitcall_t _exit); +void common_register_exit(exitcall_t exitcall); void common_init(void); #define module_init(fn) \