X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fask-password-api.h;h=288a0f48cff9f784423db92ca7306c9ac4a1bcb8;hp=155afad33b1040293d1d0c0a9a45ea5ce62970cc;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hpb=643a14a5271ed19ec30a9882d4b9e9ae1c357fb1 diff --git a/src/shared/ask-password-api.h b/src/shared/ask-password-api.h index 155afad33..288a0f48c 100644 --- a/src/shared/ask-password-api.h +++ b/src/shared/ask-password-api.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooaskpasswordapihfoo -#define fooaskpasswordapihfoo +#pragma once /*** This file is part of systemd. @@ -29,5 +28,3 @@ int ask_password_tty(const char *message, usec_t until, const char *flag_file, c int ask_password_agent(const char *message, const char *icon, usec_t until, bool accept_cached, char ***_passphrases); int ask_password_auto(const char *message, const char *icon, usec_t until, bool accept_cached, char ***_passphrases); - -#endif