mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
thread.h: rename interface param
this matches the code in thread.c; interface is a reserved word in some windows configurations. Change-Id: I9570b14171023214a51263211693f1a858a13acf
This commit is contained in:
parent
b8d706c8c2
commit
4ecba1ab97
@ -79,7 +79,7 @@ typedef struct {
|
||||
// is safe to free the corresponding memory after this call. This function is
|
||||
// not thread-safe. Return false in case of invalid pointer or methods.
|
||||
WEBP_EXTERN(int) WebPSetWorkerInterface(
|
||||
const WebPWorkerInterface* const interface);
|
||||
const WebPWorkerInterface* const winterface);
|
||||
|
||||
// Retrieve the currently set thread worker interface.
|
||||
WEBP_EXTERN(const WebPWorkerInterface*) WebPGetWorkerInterface(void);
|
||||
|
Loading…
Reference in New Issue
Block a user