brewco/setup.h

Sat, 26 Dec 2015 23:35:42 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 26 Dec 2015 23:35:42 +0100
changeset 474
fe1c3e3e90dc
parent 473
fdd30e935079
permissions
-rw-r--r--

Improved steps logging. Some small fixes in the brew automation.

#ifndef _SETUP_H
#define	_SETUP_H


void editInteger(int *, int, int, int, char *, char *);
void editUnit(units_list *);
void addUnit(int);
void setup(void);

#endif

mercurial