NetBSD-5.0.2/share/examples/secmodel/example.h

/* $NetBSD: example.h,v 1.1 2006/09/15 15:49:29 elad Exp $ */

/* 
 * This file is placed in the public domain.
 */

#ifndef _SECMODEL_EXAMPLE_EXAMPLE_H_
#define	_SECMODEL_EXAMPLE_EXAMPLE_H_

void secmodel_example_init(void);
void secmodel_example_start(void);

#endif /* !_SECMODEL_EXAMPLE_EXAMPLE_H_ */