X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Fcommon.h;h=5e6757b4099c209bb5f135b26eea89571773e5cc;hb=1f20b76400d58d143d433236a26b43e2c25da1f5;hp=40eb0a2d55b4d255ca1d6708ce678cb5cac19c50;hpb=f78d6baee60179e6ce41cc7058a8df5857116010;p=apps%2Fpfixtools.git 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) \