Make header defines consistent

This commit is contained in:
James Booth
2016-07-24 14:51:39 +01:00
parent 310abd401d
commit 9cff37352a
33 changed files with 75 additions and 60 deletions

View File

@@ -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>

View File

@@ -32,8 +32,8 @@
*
*/
#ifndef OTRLIB_H
#define OTRLIB_H
#ifndef OTR_OTRLIB_H
#define OTR_OTRLIB_H
OtrlPolicy otrlib_policy(void);