File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / trafshow / help_page.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:55:18 2012 UTC (12 years, 3 months ago) by misho
Branches: trafshow, MAIN
CVS tags: v5_2_3p0, v5_2_3, HEAD
trafshow

/*
 *	Copyright (c) 2004 Rinet Corp., Novosibirsk, Russia
 *
 * Redistribution and use in source forms, with and without modification,
 * are permitted provided that this entire comment appears intact.
 *
 * THIS SOURCE CODE IS PROVIDED ``AS IS'' WITHOUT ANY WARRANTIES OF ANY KIND.
 */

#ifndef	_HELP_PAGE_H_
#define	_HELP_PAGE_H_

#define	HELP_PAGE_NAME	10
#define	HELP_PAGE_DESCR	50

struct selector;
struct selector *help_page_selector();
struct selector *help_page_list(ShowMode mode);
ShowMode help_page_mode();
int help_page_key(int idx);

#endif	/* !_HELP_PAGE_H_ */

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