homebrewfilter/installer/source/getios.h

7 lines
84 B
C
Raw Normal View History

2012-03-14 17:56:36 +01:00
#ifndef _GETIOS_H_
#define _GETIOS_H_
bool listIOS();
bool getIOS(int ios);
2011-10-15 17:31:29 +02:00
#endif