summaryrefslogtreecommitdiff
path: root/common.h
blob: 67a5bebcb4ce6e23c5363913e66094a58aa5adae (plain)
1
2
3
4
5
6
7
#ifndef COMMON_H
#define COMMON_H

int writeyes(void);
int writeno(const char *);

#endif