diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-23 09:20:59 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-23 09:30:44 -0500 |
commit | c9403dced7c3eb0cc2a925c6428ca30ef8527b55 (patch) | |
tree | 93503b1e310c189b3a8e17fa16be50ec993fdce1 /src/shared/sleep-config.h | |
parent | 6825a04de61f0bceab0ccddb34d825c3951caef1 (diff) |
#pragma once here and there
Diffstat (limited to 'src/shared/sleep-config.h')
-rw-r--r-- | src/shared/sleep-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/sleep-config.h b/src/shared/sleep-config.h index 51d2dec7b4..5eda18ee38 100644 --- a/src/shared/sleep-config.h +++ b/src/shared/sleep-config.h @@ -19,6 +19,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#pragma once + int parse_sleep_config(const char *verb, char ***modes, char ***states); int can_sleep(const char *verb); |