Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/modest/layer/layer.h')
-rw-r--r--source/modest/layer/layer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/modest/layer/layer.h b/source/modest/layer/layer.h
index 6f501ff..3e19af6 100644
--- a/source/modest/layer/layer.h
+++ b/source/modest/layer/layer.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016 Alexander Borisov
+ Copyright (C) 2016-2017 Alexander Borisov
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
#pragma once
#include "modest/myosi.h"
-#include "myhtml/utils/mcobject.h"
+#include "mycore/utils/mcobject.h"
#ifdef __cplusplus
extern "C" {
@@ -47,7 +47,7 @@ struct modest_layout {
};
modest_layout_t * modest_layers_create(void);
-modest_status_t modest_layers_init(modest_layout_t* layout);
+mystatus_t modest_layers_init(modest_layout_t* layout);
void modest_layers_clean_all(modest_layout_t* layout);
modest_layout_t * modest_layers_destroy(modest_layout_t* layout, bool self_destroy);