7 lines
122 B
C
7 lines
122 B
C
#ifndef UTIL_H_INCLUDED
|
|
#define UTIL_H_INCLUDED
|
|
|
|
void dump_devices_dat(const char *filename);
|
|
|
|
#endif // UTIL_H_INCLUDED
|