X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Futil.h;h=5b060ef74f8e0a98725553d606170c46da3da837;hp=891848a1d86804ee5fcced672f5c69945fc105cc;hb=c5220a940d00fc2520c702104939d0a4cf637254;hpb=370c860f748d149097710dc7952a64f627db9de7 diff --git a/src/shared/util.h b/src/shared/util.h index 891848a1d..5b060ef74 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -917,6 +917,8 @@ char* mount_test_option(const char *haystack, const char *needle); void hexdump(FILE *f, const void *p, size_t s); union file_handle_union { - struct file_handle handle; - char padding[sizeof(struct file_handle) + MAX_HANDLE_SZ]; + struct file_handle handle; + char padding[sizeof(struct file_handle) + MAX_HANDLE_SZ]; }; + +int update_reboot_param_file(const char *param);