diff options
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otr.h | 4 | ||||
-rw-r--r-- | src/otr/otrlib.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/otr/otr.h b/src/otr/otr.h index be8af6d4..0853f4fc 100644 --- a/src/otr/otr.h +++ b/src/otr/otr.h @@ -32,8 +32,8 @@ * */ -#ifndef OTR_H -#define OTR_H +#ifndef OTR_OTR_H +#define OTR_OTR_H #include <libotr/proto.h> #include <libotr/message.h> diff --git a/src/otr/otrlib.h b/src/otr/otrlib.h index b669ee20..1031f8c1 100644 --- a/src/otr/otrlib.h +++ b/src/otr/otrlib.h @@ -32,8 +32,8 @@ * */ -#ifndef OTRLIB_H -#define OTRLIB_H +#ifndef OTR_OTRLIB_H +#define OTR_OTRLIB_H OtrlPolicy otrlib_policy(void); |