aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJulien Dessaux2019-03-11 16:32:53 +0100
committerJulien Dessaux2019-03-11 16:32:53 +0100
commit8f4617d9bd3f36323f707f6ec02c0272c10d4481 (patch)
tree4a4e451f681b269ac52c9fe613a5985198579581 /common
parentFixed funny typo (diff)
downloadbastion-8f4617d9bd3f36323f707f6ec02c0272c10d4481.tar.gz
bastion-8f4617d9bd3f36323f707f6ec02c0272c10d4481.tar.bz2
bastion-8f4617d9bd3f36323f707f6ec02c0272c10d4481.zip
Cosmetics
Diffstat (limited to 'common')
-rw-r--r--common/mysql.h4
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;