blob: 674fc0ac279c7bb4e90af8457c2cd1f6011f32dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $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_ */
|