Jabberd14-1.6.0/jabberd/config.c/struct cfg_struct

Last-modified: 2007-04-14 (土) 21:32:33

このページを編集する際は,編集に関する方針に従ってください.

概要

/**
 * private config handler list element
 */

実装

typedef struct cfg_struct {
    char *node;			/**< name of the node, that should be handled by this handler */
    cfhandler f;		/**< function that handles the registered element */
    void *arg;			/**< argument, that should be passed to the handler function */
    struct cfg_struct *next;	/**< pointer to the next list element */
} *cfg, _cfg;

呼出元

#related: relatedプラグインは廃止されました。