example.h revision 1.1
11.1Selad/* $NetBSD: example.h,v 1.1 2006/09/15 15:49:29 elad Exp $ */
21.1Selad
31.1Selad/*
41.1Selad * This file is placed in the public domain.
51.1Selad */
61.1Selad
71.1Selad#ifndef _SECMODEL_EXAMPLE_EXAMPLE_H_
81.1Selad#define	_SECMODEL_EXAMPLE_EXAMPLE_H_
91.1Selad
101.1Seladvoid secmodel_example_init(void);
111.1Seladvoid secmodel_example_start(void);
121.1Selad
131.1Selad#endif /* !_SECMODEL_EXAMPLE_EXAMPLE_H_ */
14