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

Unified Diff: ppapi/c/ppp.h

Issue 11419192: Make PPAPI headers compilable with -Wstrict-prototypes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « ppapi/c/ppb_message_loop.h ('k') | ppapi/c/private/ppb_gpu_blacklist_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp.h
diff --git a/ppapi/c/ppp.h b/ppapi/c/ppp.h
index fad8d6caa1ee7de879361608554c64a218e584f4..3a9f45408e8f53fac3b0c5925e7bfe0ecb03d4e9 100644
--- a/ppapi/c/ppp.h
+++ b/ppapi/c/ppp.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppp.idl modified Mon Nov 5 15:50:24 2012. */
+/* From ppp.idl modified Tue Nov 13 08:48:25 2012. */
#ifndef PPAPI_C_PPP_H_
#define PPAPI_C_PPP_H_
@@ -145,7 +145,7 @@ typedef int32_t (*PP_InitializeModule_Func)(
/**
* Defines the type of the <code>PPP_ShutdownModule</code> function.
*/
-typedef void (*PP_ShutdownModule_Func)();
+typedef void (*PP_ShutdownModule_Func)(void);
/**
* Defines the type of the <code>PPP_ShutdownModule</code> function.
« no previous file with comments | « ppapi/c/ppb_message_loop.h ('k') | ppapi/c/private/ppb_gpu_blacklist_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698