aboutsummaryrefslogtreecommitdiffstats
path: root/include/locusts.h
blob: 870a0ad2cfdc515f4b6c7a4389b949a478b4c8ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef LOCUSTS_H
#define LOCUSTS_H

#ifdef __cplusplus
extern "C" {
#endif

/*
Introduces locusts into your codebase.

Note: locusts are not included with installing this library. Please source your
own.
*/
void introduce_locusts(void);

#ifdef __cplusplus
}
#endif

#endif /* LOCUSTS_H */