diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-03-25 12:30:33 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-03-25 12:30:33 +0100 |
commit | 152657501adf3afe9896ac0c118f94d3c7747c8b (patch) | |
tree | 9271299efe871a2ae864ad337f0ddbb217b3b5f7 /src/libpiano/crypt.h | |
parent | 43153057c66f4cf1ed6a97671e9aa59e0eacb3bd (diff) | |
download | pianobar-152657501adf3afe9896ac0c118f94d3c7747c8b.tar.gz pianobar-152657501adf3afe9896ac0c118f94d3c7747c8b.tar.bz2 pianobar-152657501adf3afe9896ac0c118f94d3c7747c8b.zip |
Switch to #pragma once
Diffstat (limited to 'src/libpiano/crypt.h')
-rw-r--r-- | src/libpiano/crypt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libpiano/crypt.h b/src/libpiano/crypt.h index fc7c205..aac83ca 100644 --- a/src/libpiano/crypt.h +++ b/src/libpiano/crypt.h @@ -21,8 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef SRC_LIBPIANO_CRYPT_H_O832IVGK -#define SRC_LIBPIANO_CRYPT_H_O832IVGK +#pragma once #ifdef __FreeBSD__ #define _GCRYPT_IN_LIBGCRYPT @@ -33,4 +32,3 @@ char *PianoDecryptString (gcry_cipher_hd_t, const char * const, size_t * const); char *PianoEncryptString (gcry_cipher_hd_t, const char *); -#endif /* SRC_LIBPIANO_CRYPT_H_O832IVGK */ |