Annotation of embedaddon/trafshow/show_if.h, revision 1.1

1.1     ! misho       1: /*
        !             2:  *     Copyright (c) 2004 Rinet Corp., Novosibirsk, Russia
        !             3:  *
        !             4:  * Redistribution and use in source forms, with and without modification,
        !             5:  * are permitted provided that this entire comment appears intact.
        !             6:  *
        !             7:  * THIS SOURCE CODE IS PROVIDED ``AS IS'' WITHOUT ANY WARRANTIES OF ANY KIND.
        !             8:  */
        !             9: 
        !            10: #ifndef        _SHOW_IF_H_
        !            11: #define        _SHOW_IF_H_
        !            12: 
        !            13: #define        SHOW_IF_NAME    15
        !            14: #define        SHOW_IF_ADDR    45
        !            15: #define        SHOW_IF_DESCR   20
        !            16: 
        !            17: struct selector;
        !            18: struct pcap_handler;
        !            19: struct selector *show_if_list(struct pcap_handler *list);
        !            20: struct selector *show_if_selector();
        !            21: int show_if_search(struct pcap_handler *list, const char *str);
        !            22: 
        !            23: #endif /* !_SHOW_IF_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>