| Index: src/util.h
|
| diff --git a/src/util.h b/src/util.h
|
| index e888e9f7ef911c3bc27a31f0e958d5c39e627d2c..02be5bfbe966555cfc38ae94d1bb2f5e6964d411 100644
|
| --- a/src/util.h
|
| +++ b/src/util.h
|
| @@ -24,7 +24,7 @@
|
| #define __MTP__UTIL__H
|
|
|
| #ifdef HAVE_CONFIG_H
|
| -#include "config.h" // To get HAVE_STRNDUP
|
| +#include "config.h"
|
| #endif
|
|
|
| void data_dump(FILE *f, void *buf, uint32_t nbytes);
|
| @@ -32,7 +32,6 @@ void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump_boundry);
|
| #ifndef HAVE_STRNDUP
|
| char *strndup (const char *s, size_t n);
|
| #endif
|
| -void device_unknown(const int dev_number, const int id_vendor, const int id_product);
|
|
|
| /**
|
| * Info macro
|
|
|