summaryrefslogtreecommitdiff
path: root/lib/sail_state.h
blob: e50d1619a886f4cf77312058cdb240b6eddc70d4 (plain)
1
2
3
4
5
6
7
#ifndef SAIL_STATE_H
#define SAIL_STATE_H

struct sail_state;
typedef struct sail_state sail_state;

#endif