aboutsummaryrefslogtreecommitdiff
path: root/src/xattr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xattr.h')
-rw-r--r--src/xattr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xattr.h b/src/xattr.h
index df62066c8..fea98f188 100644
--- a/src/xattr.h
+++ b/src/xattr.h
@@ -21,6 +21,6 @@
* KIND, either express or implied.
*
***************************************************************************/
-int write_xattr( CURL *curl, const char *filename );
+int fwrite_xattr(CURL *curl, int fd);
#endif