/*
 * kakumei.c
 *
 * Private group web.
 *
 * Author: Dario Rodriguez dario@softhome.net
 * This progran is licensed under the terms of the Affero GPL v1+
 */

int
main(int argc, char *argv[])
{
        return(0);
}