Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: src/util.h

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ptp-pack.c ('k') | src/util.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/ptp-pack.c ('k') | src/util.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698