I don't know what an "oml" is
This commit is contained in:
parent
fcbedf191f
commit
2589d1b17b
8 changed files with 16 additions and 16 deletions
|
@ -15,8 +15,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _OMLACCOUNT_H
|
||||
#define _OMLACCOUNT_H
|
||||
#ifndef _OLMACCOUNT_H
|
||||
#define _OLMACCOUNT_H
|
||||
|
||||
#include "olm_jni.h"
|
||||
#include "olm/olm.h"
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _OMLINBOUND_GROUP_SESSION_H
|
||||
#define _OMLINBOUND_GROUP_SESSION_H
|
||||
#ifndef _OLMINBOUND_GROUP_SESSION_H
|
||||
#define _OLMINBOUND_GROUP_SESSION_H
|
||||
|
||||
#include "olm_jni.h"
|
||||
#include "olm/olm.h"
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _OMLJNI_H
|
||||
#define _OMLJNI_H
|
||||
#ifndef _OLMJNI_H
|
||||
#define _OLMJNI_H
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _OMLMANAGER_H
|
||||
#define _OMLMANAGER_H
|
||||
#ifndef _OLMMANAGER_H
|
||||
#define _OLMMANAGER_H
|
||||
|
||||
#include "olm_jni.h"
|
||||
#include "olm/olm.h"
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _OMLOUTBOUND_GROUP_SESSION_H
|
||||
#define _OMLOUTBOUND_GROUP_SESSION_H
|
||||
#ifndef _OLMOUTBOUND_GROUP_SESSION_H
|
||||
#define _OLMOUTBOUND_GROUP_SESSION_H
|
||||
|
||||
#include "olm_jni.h"
|
||||
#include "olm/olm.h"
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _OMLPK_H
|
||||
#define _OMLPK_H
|
||||
#ifndef _OLMPK_H
|
||||
#define _OLMPK_H
|
||||
|
||||
#include "olm_jni.h"
|
||||
#include "olm/pk.h"
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _OMLSESSION_H
|
||||
#define _OMLSESSION_H
|
||||
#ifndef _OLMSESSION_H
|
||||
#define _OLMSESSION_H
|
||||
|
||||
#include "olm_jni.h"
|
||||
#include "olm/olm.h"
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef _OMLUTILITY_H
|
||||
#define _OMLUTILITY_H
|
||||
#ifndef _OLMUTILITY_H
|
||||
#define _OLMUTILITY_H
|
||||
|
||||
#include "olm_jni.h"
|
||||
#include "olm/olm.h"
|
||||
|
|
Loading…
Reference in a new issue