brewco/util.h

Thu, 25 Feb 2016 20:26:40 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Feb 2016 20:26:40 +0100
changeset 485
08543a9ca288
parent 480
1992db823b7e
permissions
-rw-r--r--

Fixed compiler warning

#ifndef	_UTIL_H
#define	_UTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);
int  file_cp(char *, char *);
#ifndef HAVE_WIRINGPI_H
long millis(void);
#endif
void hlt_status(int);
void mlt_status(int);
void pump_status(int);


#endif

mercurial