diff options
author | Julien Dessaux | 2019-03-11 16:32:53 +0100 |
---|---|---|
committer | Julien Dessaux | 2019-03-11 16:32:53 +0100 |
commit | 8f4617d9bd3f36323f707f6ec02c0272c10d4481 (patch) | |
tree | 4a4e451f681b269ac52c9fe613a5985198579581 /common | |
parent | Fixed funny typo (diff) | |
download | bastion-8f4617d9bd3f36323f707f6ec02c0272c10d4481.tar.gz bastion-8f4617d9bd3f36323f707f6ec02c0272c10d4481.tar.bz2 bastion-8f4617d9bd3f36323f707f6ec02c0272c10d4481.zip |
Cosmetics
Diffstat (limited to 'common')
-rw-r--r-- | common/mysql.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/mysql.h b/common/mysql.h index 8c6040f..ac9a360 100644 --- a/common/mysql.h +++ b/common/mysql.h @@ -1,5 +1,5 @@ -#ifndef MYSQL_H_ -#define MYSQL_H_ +#ifndef COMMON_MYSQL_H_ +#define COMMON_MYSQL_H_ struct db_host_info { char * privkeytxt; |