aboutsummaryrefslogtreecommitdiff
path: root/test/test1.h
blob: 79bab4c25050501a8bce4f2ff083b68319630af3 (plain)
1
2
3
4
5
6
7
8
9
10
/* See LICENSE file for copyright and license details. */

#ifndef __TEST1_H__
#define __TEST1_H__

void		 test1(void);
void		 test2(void);
void		 test3(void);

#endif /* __TEST1_H__ */