/*
**    Name: user_init.c
**
**    Date: Thu Jan 17 12:02:13 2002
**
*/

#include "ODBC.h"

_kernel_oserror *user_init(char *cmd_fail,int podule_base,void *pw)
    {
    cmd_fail = cmd_fail;
    podule_base = podule_base;
    pw = pw;

    return NULL;
    }
