summaryrefslogtreecommitdiff
path: root/src/til_setup.h
blob: 7984dd1a6a81c134310346ffea227b960625f644 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _TIL_SETUP_H
#define _TIL_SETUP_H

typedef struct til_setup_t til_setup_t;

struct til_setup_t {
	void (*free)(til_setup_t *setup);
};

#endif
© All Rights Reserved