summaryrefslogtreecommitdiffstats
path: root/include/restart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/restart.h')
-rw-r--r--include/restart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/restart.h b/include/restart.h
index 6880b03b93..e7dd1bd2b7 100644
--- a/include/restart.h
+++ b/include/restart.h
@@ -12,7 +12,8 @@ struct restart_handler {
};
int restart_handler_register(struct restart_handler *);
-int restart_handler_register_fn(void (*restart_fn)(struct restart_handler *));
+int restart_handler_register_fn(const char *name,
+ void (*restart_fn)(struct restart_handler *));
#define RESTART_DEFAULT_PRIORITY 100