aboutsummaryrefslogtreecommitdiffstats
path: root/src/memdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memdb.h')
-rw-r--r--src/memdb.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/memdb.h b/src/memdb.h
index 0f1c9e7..a947296 100644
--- a/src/memdb.h
+++ b/src/memdb.h
@@ -14,9 +14,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#pragma once
+/******************************************************************************/
+/******************************************************************************/
+/* IMPLEMENTATION OF IN MEMORY DATABASE WITHOUT FILE BACKEND */
+/******************************************************************************/
+/******************************************************************************/
+/**
+ * Create the object handling the memory database
+ * @param memdb pointer to the handling object to return
+ */
extern
int
memdb_create(