]> sourceware.org Git - lvm2.git/commitdiff
Fix bad prototype from previous checkin.
authorPetr Rockai <prokai@redhat.com>
Wed, 15 Jul 2009 05:57:11 +0000 (05:57 +0000)
committerPetr Rockai <prokai@redhat.com>
Wed, 15 Jul 2009 05:57:11 +0000 (05:57 +0000)
lib/locking/locking_types.h

index 7fa0acdd468260f3c42d3e806ceef65b5e800c63..c3ca16b5e6a20968b79e4d0bbc931ae5c936fdff 100644 (file)
@@ -40,7 +40,7 @@ struct locking_type {
  */
 int init_no_locking(struct locking_type *locking, struct cmd_context *cmd);
 
-int init_boottime_locking(struct locking_type *locking, struct cmd_context *cmd);
+int init_readonly_locking(struct locking_type *locking, struct cmd_context *cmd);
 
 int init_file_locking(struct locking_type *locking, struct cmd_context *cmd);
 
This page took 0.041652 seconds and 5 git commands to generate.