OSSP CVS Repository

ossp - ossp-pkg/petidomo/parsearray.c 1.1
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/petidomo/parsearray.c 1.1
/*
 *      $Source: /v/ossp/cvs/ossp-pkg/petidomo/parsearray.c,v $
 *      $Revision: 1.1 $
 *      $Date: 2000/12/13 13:19:24 $
 *
 *      Copyright (C) 1996 by CyberSolutions GmbH.
 *      All rights reserved.
 */

#include "petidomo.h"

struct Parse ParseArray[] = {
    { "add", AddAddress },
    { "subscribe", AddAddress },
    { "delete", DeleteAddress },
    { "unsubscribe", DeleteAddress },
    { "remove", DeleteAddress },
    { "approve", setPassword },
    { "passwd", setPassword },
    { "password", setPassword },
    { "index", GenIndex },
    { "lists", GenIndex },
    { "longindex", GenIndex },
    { "help", SendHelp },
    { "who", SendSubscriberList },
    { "members", SendSubscriberList },
    { NULL, NULL }
};

CVSTrac 2.0.1