Annotation of 43BSDReno/contrib/isode-beta/h/cmd_srch.h, revision 1.1

1.1     ! root        1: /* cmd_srch.h - command search structure */
        !             2: 
        !             3: /*
        !             4:  * $Header: /f/osi/h/RCS/cmd_srch.h,v 7.0 89/11/23 21:55:40 mrose Rel $
        !             5:  *
        !             6:  *
        !             7:  * $Log:       cmd_srch.h,v $
        !             8:  * Revision 7.0  89/11/23  21:55:40  mrose
        !             9:  * Release 6.0
        !            10:  * 
        !            11:  */
        !            12: 
        !            13: /*
        !            14:  *                               NOTICE
        !            15:  *
        !            16:  *    Acquisition, use, and distribution of this module and related
        !            17:  *    materials are subject to the restrictions of a license agreement.
        !            18:  *    Consult the Preface in the User's Manual for the full terms of
        !            19:  *    this agreement.
        !            20:  *
        !            21:  */
        !            22: 
        !            23: 
        !            24: #ifndef _CMD_SRCH_
        !            25: #define _CMD_SRCH_
        !            26: 
        !            27: typedef struct  cmd_table {
        !            28:        char    *cmd_key;
        !            29:        int     cmd_value;
        !            30: } CMD_TABLE;
        !            31: 
        !            32: 
        !            33: struct  cm_args {
        !            34:        char    *cm_key;
        !            35:        char    *cm_value;
        !            36: };
        !            37: 
        !            38: int     cmd_srch ();
        !            39: char   *rcmd_srch ();
        !            40: 
        !            41: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.