aboutsummaryrefslogtreecommitdiff
path: root/modules/echo/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/echo/echo.c')
-rw-r--r--modules/echo/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/echo/echo.c b/modules/echo/echo.c
index 3cff90c..ad1d770 100644
--- a/modules/echo/echo.c
+++ b/modules/echo/echo.c
@@ -29,7 +29,7 @@ struct echo_database {
};
static smap_database_t
-echo_init_db(int argc, char **argv)
+echo_init_db(const char *dbid, int argc, char **argv)
{
struct echo_database *db = malloc(sizeof(*db));
if (!db) {

Return to:

Send suggestions and report system problems to the System administrator.