@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
#include "db.h"
#include "../sr_module.h"
#ifndef __DB_H__
#define __DB_H__
@@ -5,8 +9,6 @@
/*
* Generic database interface
- *
- * $id$
*/
@@ -1,3 +1,5 @@
+$Id$
How to write a support for a new database
TBD
This is very simple example module that shows, how to
use database interface.
#include "../../sr_module.h"
#include <stdio.h>
#include "../../db/db.h"