summaryrefslogtreecommitdiff
path: root/udev/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev/udev.h')
-rw-r--r--udev/udev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udev.h b/udev/udev.h
index aafa15cd31..430958a457 100644
--- a/udev/udev.h
+++ b/udev/udev.h
@@ -159,8 +159,8 @@ struct udev_builtin {
const char *name;
int (*cmd)(struct udev_device *dev, int argc, char *argv[], bool test);
const char *help;
- int (*load)(struct udev *udev);
- int (*unload)(struct udev *udev);
+ int (*init)(struct udev *udev);
+ int (*exit)(struct udev *udev);
bool run_once;
};
extern const struct udev_builtin udev_builtin_path_id;