Annotation of embedaddon/trafshow/help_page.h, revision 1.1.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        _HELP_PAGE_H_
                     11: #define        _HELP_PAGE_H_
                     12: 
                     13: #define        HELP_PAGE_NAME  10
                     14: #define        HELP_PAGE_DESCR 50
                     15: 
                     16: struct selector;
                     17: struct selector *help_page_selector();
                     18: struct selector *help_page_list(ShowMode mode);
                     19: ShowMode help_page_mode();
                     20: int help_page_key(int idx);
                     21: 
                     22: #endif /* !_HELP_PAGE_H_ */

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